head	1.13;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.6;
locks; strict;
comment	@# @;


1.13
date	2012.12.16.04.25.40;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.11.17.05.54.52;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.10.30.01.59.37;	author wen;	state Exp;
branches;
next	1.10;

1.10
date	2012.07.25.06.32.06;	author cs;	state Exp;
branches;
next	1.9;

1.9
date	2012.04.26.10.37.09;	author culot;	state Exp;
branches;
next	1.8;

1.8
date	2012.04.16.13.06.04;	author culot;	state Exp;
branches;
next	1.7;

1.7
date	2012.03.22.11.08.28;	author wen;	state Exp;
branches;
next	1.6;

1.6
date	2011.10.10.02.33.51;	author wen;	state Exp;
branches;
next	1.5;

1.5
date	2011.09.22.07.34.49;	author wen;	state Exp;
branches;
next	1.4;

1.4
date	2011.08.18.01.30.02;	author swills;	state Exp;
branches;
next	1.3;

1.3
date	2011.06.10.08.12.40;	author wen;	state Exp;
branches;
next	1.2;

1.2
date	2011.05.09.06.32.51;	author wen;	state Exp;
branches;
next	1.1;

1.1
date	2011.04.22.08.51.24;	author wen;	state Exp;
branches;
next	;


desc
@@


1.13
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308979
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308979 | wen | 2012-12-16 04:22:15 +0000 (Sun, 16 Dec 2012) | 3 lines
## SVN ##
## SVN ## - Update to 1.5
## SVN ## Changes: http://cpansearch.perl.org/src/RBUELS/Bio-GFF3-1.5/Changes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Wen Heping <wenheping@@gmail.com>
# $FreeBSD: head/biology/p5-Bio-GFF3/Makefile 308979 2012-12-16 04:22:15Z wen $

PORTNAME=	Bio-GFF3
PORTVERSION=	1.5
CATEGORIES=	biology perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Fast low-level functions for parsing and formatting GFF3

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
		p5-URI>=0:${PORTSDIR}/net/p5-URI
RUN_DEPENDS:=	${BUILD_DEPENDS}

TEST_DEPENDS=	p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String

PERL_CONFIGURE=	YES

MAN1=		gff3_from_fasta.1
MAN3=		Bio::GFF3::LowLevel.3 \
		Bio::GFF3::LowLevel::Parser.3 \
		Bio::GFF3::LowLevel::Parser::1_0_backcompat.3 \
		Bio::GFF3::Transform::FromFasta.3

.include <bsd.port.mk>
@


1.12
log
@Switch exporter over
@
text
@d2 1
a2 1
# $FreeBSD: head/biology/p5-Bio-GFF3/Makefile 306654 2012-10-30 01:59:37Z wen $
d5 1
a5 1
PORTVERSION=	1.4
@


1.11
log
@SVN rev 306654 on 2012-10-30 01:59:37Z by wen

- Update to 1.4
Changes: http://cpansearch.perl.org/src/RBUELS/Bio-GFF3-1.4/Changes
- Trim Makefile headers

Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.10
log
@SVN rev 301510 on 2012-07-25 06:32:06Z by cs

Fix typos in COMMENT
@
text
@d1 1
a1 4
# New ports collection makefile for:	p5-Bio-GFF3
# Date created:				22 Apr, 2011
# Whom:					Wen Heping <wenheping@@gmail.com>
#
a2 1
#
d5 1
a5 1
PORTVERSION=	1.3
@


1.9
log
@- Update to 1.3

Changes:	http://search.cpan.org/dist/Bio-GFF3/Changes
@
text
@d15 1
a15 1
COMMENT=	Fast, low-level functions for parsing and formatting GFF3
@


1.8
log
@- Update to 1.2
- Add LICENSE (Artistic 1 & GPL 1)
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Bio-GFF3/Changes
@
text
@d9 1
a9 1
PORTVERSION=	1.2
@


1.7
log
@- Update to 1.0
- Reset maintainer to perl@@

Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	1.0
d17 4
a20 3
BUILD_DEPENDS=	p5-File-ReadBackwards>=0:${PORTSDIR}/devel/p5-File-ReadBackwards \
		p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \
		p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \
d24 2
d28 2
a29 4
MAN1=		gff3_insert_sync_directives.1 \
		gff3_from_fasta.1
MAN3=		Bio::GFF3::Transform::SyncDirectives.3 \
		Bio::GFF3::LowLevel.3 \
d31 1
@


1.6
log
@- Update to 0.7
ChangeLog: http://cpansearch.perl.org/src/RBUELS/Bio-GFF3-0.7/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.7
d14 1
a14 1
MAINTAINER=	wen@@FreeBSD.org
d29 1
@


1.5
log
@- Update to 0.6
ChangeLog: http://cpansearch.perl.org/src/RBUELS/Bio-GFF3-0.6/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.6
@


1.4
log
@- Add missing BUILD_DEPENDS

PR:		ports/159827
Submitted by:	swills (me)
Approved by:	wen (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.5
@


1.3
log
@- Update to 0.5
ChangeLog: http://cpansearch.perl.org/src/RBUELS/Bio-GFF3-0.5/Changes
@
text
@d17 1
a17 1
RUN_DEPENDS=	p5-File-ReadBackwards>=0:${PORTSDIR}/devel/p5-File-ReadBackwards \
d21 1
@


1.2
log
@- Update to 0.4
http://cpansearch.perl.org/src/RBUELS/Bio-GFF3-0.4/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.4
@


1.1
log
@Bio::GFF3 are low-level, fast functions for parsing GFF version 3 files.
All they do is convert back and forth between low-level Perl data
structures and GFF3 text.

WWW: http://search.cpan.org/dist/Bio-GFF3/
@
text
@d9 1
a9 1
PORTVERSION=	0.3
@

