Ticket #47480: Portfile

File Portfile, 808 bytes (added by dbevans (David B. Evans), 9 years ago)

Proposed Portfile for p5-bio-asn1-entrezgene

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem          1.0
5PortGroup           perl5 1.0
6
7perl5.branches      5.16 5.18 5.20
8perl5.setup         Bio-ASN1-EntrezGene 1.70
9license             {Artistic-1 GPL}
10maintainers         nomaintainer
11description         Bio::ASN1::EntrezGene - Regular expression-based Perl Parser for NCBI Entrez Gene
12long_description    ${description}
13
14platforms           darwin
15
16checksums           rmd160  5924d9a3f2634a2331da96ecaaf943760d4ea47f \
17                    sha256  342ce97702e101da813e76221e15414be3fd608fc9059fcc36a141d939048dfb
18
19if {${perl5.major} != ""} {
20    depends_lib-append \
21                    port:p${perl5.major}-bioperl
22
23    supported_archs noarch
24}