2013-09-20 17:55:44 +02:00
|
|
|
# Created by: Mauricio Herrera Cuadra <mauricio@arareko.net>
|
2005-10-15 22:09:50 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Bio-ASN1-EntrezGene
|
2018-10-10 12:23:10 +02:00
|
|
|
PORTVERSION= 1.73
|
2015-04-11 17:19:03 +02:00
|
|
|
PORTEPOCH= 1
|
2005-10-15 22:09:50 +02:00
|
|
|
CATEGORIES= biology perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-10-15 22:09:50 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2015-05-08 20:12:36 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2005-10-15 22:09:50 +02:00
|
|
|
COMMENT= Regular expression-based Perl Parser for NCBI Entrez Gene
|
|
|
|
|
2017-09-15 10:58:46 +02:00
|
|
|
LICENSE= ART10 GPLv1+
|
2016-12-18 16:25:13 +01:00
|
|
|
LICENSE_COMB= dual
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2018-10-06 15:06:42 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= p5-BioPerl>=0:biology/p5-BioPerl
|
2015-04-05 19:55:35 +02:00
|
|
|
|
2015-04-11 17:00:12 +02:00
|
|
|
USES= perl5
|
2013-09-07 09:44:26 +02:00
|
|
|
USE_PERL5= configure
|
2005-10-15 22:09:50 +02:00
|
|
|
|
2018-10-10 12:23:10 +02:00
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
# do not install Bio::SeqIO::entrezgene which is identical with the one from p5-BioPerl
|
|
|
|
@${RM} ${WRKSRC}/lib/Bio/SeqIO/entrezgene.pm
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|