freebsd-ports/biology/p5-Bio-ASN1-EntrezGene/Makefile
John Marino 1402a5b211 biology/p5-Bio-ASN1-EntrezGene: bump PORTEPOCH
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
2015-04-11 15:19:03 +00:00

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>