1402a5b211
Apparently in some world I don't live in 1.091 > 1.70 pkg needs this port's epoch to be bumped reported by: wen
20 lines
445 B
Makefile
20 lines
445 B
Makefile
# Created by: Mauricio Herrera Cuadra <mauricio@arareko.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Bio-ASN1-EntrezGene
|
|
PORTVERSION= 1.70
|
|
PORTEPOCH= 1
|
|
CATEGORIES= biology perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:CJFIELDS
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Regular expression-based Perl Parser for NCBI Entrez Gene
|
|
|
|
WRKSRC= ${WRKDIR}/Bio-ASN1-EntrezGene-${PORTVERSION}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|