diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-01-23 11:28:37 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-01-23 11:28:37 +0800 |
commit | 1b99debf194542c347bdf694b510857e51ba20b0 (patch) | |
tree | 380840bc8b8e6ce207b5b0092b4945c85b4aead1 /biology/p5-Bio-GFF3/Makefile | |
parent | 733ab9eadc6091ffb5effcb2f3ee6d29b6330cd7 (diff) | |
download | freebsd-ports-gnome-1b99debf194542c347bdf694b510857e51ba20b0.tar.gz freebsd-ports-gnome-1b99debf194542c347bdf694b510857e51ba20b0.tar.zst freebsd-ports-gnome-1b99debf194542c347bdf694b510857e51ba20b0.zip |
- Update to 1.9
- Sort PLIST
Changes: http://search.cpan.org/dist/Bio-GFF3/Changes
Diffstat (limited to 'biology/p5-Bio-GFF3/Makefile')
-rw-r--r-- | biology/p5-Bio-GFF3/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/biology/p5-Bio-GFF3/Makefile b/biology/p5-Bio-GFF3/Makefile index 30a87fd16eb3..d8d82e40b7b6 100644 --- a/biology/p5-Bio-GFF3/Makefile +++ b/biology/p5-Bio-GFF3/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Bio-GFF3 -PORTVERSION= 1.8 +PORTVERSION= 1.9 CATEGORIES= biology perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,8 +17,7 @@ BUILD_DEPENDS= p5-File-ReadBackwards>=0:${PORTSDIR}/devel/p5-File-ReadBackwards 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 \ - p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy +TEST_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String USES= perl5 USE_PERL5= configure |