f09fca2358
Approved by: portmgr (blanket infrastructure)
19 lines
411 B
Makefile
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>
|