diff options
author | Frederic Culot <culot@FreeBSD.org> | 2013-06-13 17:11:32 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2013-06-13 17:11:32 +0000 |
commit | 44cb4154428fc141b49148c9334a9224fa21333f (patch) | |
tree | c2cae992c95752def48451a9ef6491675b462d49 /devel/p5-Const-Fast | |
parent | 2dbdae59f4bda8de146d3b8d05dffca2971b0a7b (diff) |
Notes
Diffstat (limited to 'devel/p5-Const-Fast')
-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 |