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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.branches 5.16 5.18 5.20 |
---|
8 | perl5.setup Bio-ASN1-EntrezGene 1.70 |
---|
9 | license {Artistic-1 GPL} |
---|
10 | maintainers nomaintainer |
---|
11 | description Bio::ASN1::EntrezGene - Regular expression-based Perl Parser for NCBI Entrez Gene |
---|
12 | long_description ${description} |
---|
13 | |
---|
14 | platforms darwin |
---|
15 | |
---|
16 | checksums rmd160 5924d9a3f2634a2331da96ecaaf943760d4ea47f \ |
---|
17 | sha256 342ce97702e101da813e76221e15414be3fd608fc9059fcc36a141d939048dfb |
---|
18 | |
---|
19 | if {${perl5.major} != ""} { |
---|
20 | depends_lib-append \ |
---|
21 | port:p${perl5.major}-bioperl |
---|
22 | |
---|
23 | supported_archs noarch |
---|
24 | } |
---|