diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-21 19:55:40 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-21 19:55:40 +0000 |
commit | 0d98c2d1bca2fb710731d8c7cc5dfca84013e08a (patch) | |
tree | 921bac0da9f48e533cb539a392d4d6729489664d | |
parent | d93c0a16d46b48d68c73a2afd8af20b84b560fa2 (diff) | |
download | FreeBSD-ports-0d98c2d1bca2fb710731d8c7cc5dfca84013e08a.zip FreeBSD-ports-0d98c2d1bca2fb710731d8c7cc5dfca84013e08a.tar.gz |
- Fix *_DEPENDS: version 0.76+ is already in all supported Perl releases
- Bump PORTREVISION for dependency change
With hat: perl
-rw-r--r-- | textproc/p5-Perl-MinimumVersion/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Perl-MinimumVersion/Makefile b/textproc/p5-Perl-MinimumVersion/Makefile index 27ac265..8c3b566 100644 --- a/textproc/p5-Perl-MinimumVersion/Makefile +++ b/textproc/p5-Perl-MinimumVersion/Makefile @@ -2,6 +2,7 @@ PORTNAME= Perl-MinimumVersion PORTVERSION= 1.38 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,8 +18,7 @@ BUILD_DEPENDS= p5-File-Find-Rule>=0:${PORTSDIR}/devel/p5-File-Find-Rule \ p5-PPI>=1.215:${PORTSDIR}/textproc/p5-PPI \ p5-PPIx-Regexp>=0.033:${PORTSDIR}/textproc/p5-PPIx-Regexp \ p5-Perl-Critic>=1.10.4:${PORTSDIR}/textproc/p5-Perl-Critic \ - p5-Params-Util>=0.25:${PORTSDIR}/devel/p5-Params-Util \ - p5-version>=0.76:${PORTSDIR}/devel/p5-version + p5-Params-Util>=0.25:${PORTSDIR}/devel/p5-Params-Util RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Script>=0:${PORTSDIR}/devel/p5-Test-Script |