diff options
author | culot <culot@FreeBSD.org> | 2013-06-14 01:11:32 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2013-06-14 01:11:32 +0800 |
commit | b775b155c24ab02fd2857b8927f4787badc8d3bd (patch) | |
tree | c2cae992c95752def48451a9ef6491675b462d49 | |
parent | c4568e78495bd52656f45337844bebaed16d6cf2 (diff) | |
download | freebsd-ports-gnome-b775b155c24ab02fd2857b8927f4787badc8d3bd.tar.gz freebsd-ports-gnome-b775b155c24ab02fd2857b8927f4787badc8d3bd.tar.zst freebsd-ports-gnome-b775b155c24ab02fd2857b8927f4787badc8d3bd.zip |
- Fix Sub::Exporter::Progressive minimum version requirements
PR: ports/179471
Submitted by: Geraud CONTINSOUZAS <geraud@gcu.info>
-rw-r--r-- | devel/p5-Const-Fast/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Const-Fast/Makefile b/devel/p5-Const-Fast/Makefile index 260de58aabd2..7392ead2d96b 100644 --- a/devel/p5-Const-Fast/Makefile +++ b/devel/p5-Const-Fast/Makefile @@ -3,6 +3,7 @@ PORTNAME= Const-Fast PORTVERSION= 0.014 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:LEONT @@ -17,7 +18,7 @@ LICENSE_COMB= dual BUILD_DEPENDS:= ${RUN_DEPENDS} \ p5-Module-Build-Tiny>=0.021:${PORTSDIR}/devel/p5-Module-Build-Tiny RUN_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ - p5-Sub-Exporter-Progressive>=0:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive + p5-Sub-Exporter-Progressive>=0.001.007:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive TEST_DEPENDS= p5-Test-Exception>=0.29:${PORTSDIR}/devel/p5-Test-Exception PERL_MODBUILD= yes |