freebsd-ports/biology/p5-Bio-ASN1-EntrezGene/Makefile
Andrej Zverev f09fca2358 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 09:57:19 +00:00

19 lines
411 B
Makefile

# Created by: Mauricio Herrera Cuadra <mauricio@arareko.net>
# $FreeBSD$
PORTNAME= Bio-ASN1-EntrezGene
PORTVERSION= 1.091
CATEGORIES= biology perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= mauricio@arareko.net
COMMENT= Regular expression-based Perl Parser for NCBI Entrez Gene
WRKSRC= ${WRKDIR}/Bio-ASN1-EntrezGene-1.09
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>