pkgsrc/biology/p5-Bio-ASN1-EntrezGene/Makefile
wiz 0f56231655 p5-Bio-ASN1-EntrezGene: update to 1.73.
1.73      2018-09-24 21:31:26-05:00 America/Chicago
  * Fix regex warnings for Perl 5.28.
  * New module 'Bio::SeqIO::entrezgene' imported from the BioPerl
    distribution.  This means Bio-ASN1-Entrezgene now "Enhances"
    BioPerl's Bio::SeqIO instead of being a hard dependency of
    BioPerl.
2020-09-06 19:43:03 +00:00

20 lines
670 B
Makefile

# $NetBSD: Makefile,v 1.11 2020/09/06 19:43:03 wiz Exp $
DISTNAME= Bio-ASN1-EntrezGene-1.73
PKGNAME= p5-${DISTNAME}
CATEGORIES= biology perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Bio/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Bio-ASN1-EntrezGene
COMMENT= Regular expression-based Perl Parser for NCBI Entrez Gene
LICENSE= ${PERL5_LICENSE}
TEST_DEPENDS+= p5-Test-Most-[0-9]*:../../devel/p5-Test-Most
# needed for tests, but would introduce dependency cycle
#TEST_DEPENDS+= bioperl-[0-9]*:../../biology/bioperl
PERL5_PACKLIST= auto/Bio/ASN1/EntrezGene/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"