head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.05.54.52;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2008.04.17.14.24.10;	author araujo;	state Exp;
branches;
next	1.2;

1.2
date	2007.09.08.00.53.10;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2005.10.15.20.09.50;	author ehaupt;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	biology/p5-Bio-ASN1-EntrezGene
# Date created:				12 October 2005
# Whom:					Mauricio Herrera Cuadra <mauricio@@arareko.net>
#
# $FreeBSD: head/biology/p5-Bio-ASN1-EntrezGene/Makefile 300895 2012-07-14 12:56:14Z beat $
#

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>
@


1.3
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Bio
@


1.1
log
@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)
@
text
@d28 1
a28 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
IGNORE=	requires at least perl5.6 to build
.endif

.include <bsd.port.post.mk>
@

