diff options
author | Lars Thegler <lth@FreeBSD.org> | 2005-11-10 13:56:21 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2005-11-10 13:56:21 +0000 |
commit | bdfa355a8e812297320d87f9386c30b9c9ed48c9 (patch) | |
tree | e75512ef39cca6c069ee6ff25ba399dd6509f9fd /textproc/p5-Perl-MinimumVersion | |
parent | 35842234eff71aa8d43f85dec85ddd84e75a6863 (diff) | |
download | ports-bdfa355a8e812297320d87f9386c30b9c9ed48c9.tar.gz ports-bdfa355a8e812297320d87f9386c30b9c9ed48c9.zip |
Notes
Diffstat (limited to 'textproc/p5-Perl-MinimumVersion')
-rw-r--r-- | textproc/p5-Perl-MinimumVersion/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Perl-MinimumVersion/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/textproc/p5-Perl-MinimumVersion/Makefile b/textproc/p5-Perl-MinimumVersion/Makefile index 3c1ae5d80487..97fceaa6f75f 100644 --- a/textproc/p5-Perl-MinimumVersion/Makefile +++ b/textproc/p5-Perl-MinimumVersion/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Perl-MinimumVersion -PORTVERSION= 0.10 +PORTVERSION= 0.11 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Perl @@ -18,7 +18,8 @@ COMMENT= Find a minimum required version of perl for Perl code BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version \ ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ ${SITE_PERL}/PPI.pm:${PORTSDIR}/textproc/p5-PPI \ - ${SITE_PERL}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util + ${SITE_PERL}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util \ + ${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/textproc/p5-Perl-MinimumVersion/distinfo b/textproc/p5-Perl-MinimumVersion/distinfo index 1da36da00dc2..8c5e42f3791e 100644 --- a/textproc/p5-Perl-MinimumVersion/distinfo +++ b/textproc/p5-Perl-MinimumVersion/distinfo @@ -1,2 +1,2 @@ -MD5 (Perl-MinimumVersion-0.10.tar.gz) = 6db84a037e3b32580cd2ef041837b89f -SIZE (Perl-MinimumVersion-0.10.tar.gz) = 28466 +MD5 (Perl-MinimumVersion-0.11.tar.gz) = 81eb6e9e1728147fe5b58d101fad417a +SIZE (Perl-MinimumVersion-0.11.tar.gz) = 28497 |