# -*- 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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Bio-ASN1-EntrezGene 1.73
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Bio::ASN1::EntrezGene - Regular expression-based Perl Parser for NCBI Entrez Gene
long_description    ${description}

platforms           {darwin any}

checksums           rmd160  e3fe51af7423ca74364375075821c8b09cd8c198 \
                    sha256  f9e778db705ce5c35ad2798e38a8490b644edfdc14253aa1b74a1f5e79fc6a4b \
                    size    157307

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-bioperl \
                    port:p${perl5.major}-bio-cluster \
                    port:p${perl5.major}-data-dumper

    supported_archs noarch
}
