a84c115a09
Approved by: portmgr (not really, but touches unstaged ports)
18 lines
400 B
Makefile
18 lines
400 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-
|
|
|
|
MAINTAINER= mauricio@arareko.net
|
|
COMMENT= Regular expression-based Perl Parser for NCBI Entrez Gene
|
|
|
|
WRKSRC= ${WRKDIR}/Bio-ASN1-EntrezGene-1.09
|
|
|
|
USES= perl5 tar:tgz
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|