blob: bd91a167633c09650add1d456150597129c9d439 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: biology/p5-Bio-ASN1-EntrezGene
# Date created: 12 October 2005
# Whom: 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
PERL_CONFIGURE= yes
MAN3= Bio::ASN1::EntrezGene.3 \
Bio::ASN1::EntrezGene::Indexer.3 \
Bio::ASN1::Sequence.3 \
Bio::ASN1::Sequence::Indexer.3
.include <bsd.port.mk>
|