1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/biology/p5-Bio-ASN1-EntrezGene/Makefile
Emanuel Haupt 2cb934bb50 Add p5-Bio-ASN1-EntrezGene, a Regular expression-based Perl Parser for
NCBI Entrez Gene.

PR:		87423
Submitted by:	Mauricio Herrera Cuadra <mauricio@arareko.net>
Approved by:	novel (mentor) (implicit)
2005-10-15 20:09:50 +00:00

35 lines
787 B
Makefile

# 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= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Bio
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.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires at least perl5.6 to build
.endif
.include <bsd.port.post.mk>