diff options
author | Lars Thegler <lth@FreeBSD.org> | 2008-10-13 14:27:02 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2008-10-13 14:27:02 +0000 |
commit | c339b3794012b96d5d4d10e4f8417d6fdb5428df (patch) | |
tree | 90947841cc86ff703382583e0b18269715ad8cae /textproc | |
parent | 1fecd907be666406ddecf60dde3c878aaee7ba98 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Perl-MinimumVersion/Makefile | 11 | ||||
-rw-r--r-- | textproc/p5-Perl-MinimumVersion/distinfo | 6 |
2 files changed, 9 insertions, 8 deletions
diff --git a/textproc/p5-Perl-MinimumVersion/Makefile b/textproc/p5-Perl-MinimumVersion/Makefile index 8ce0873ff3af..2cb3cc4f753f 100644 --- a/textproc/p5-Perl-MinimumVersion/Makefile +++ b/textproc/p5-Perl-MinimumVersion/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Perl-MinimumVersion -PORTVERSION= 1.18 +PORTVERSION= 1.19 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,11 +14,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Find a minimum required version of perl for Perl code -RUN_DEPENDS= p5-File-Find-Rule>0:${PORTSDIR}/devel/p5-File-Find-Rule \ - p5-PPI>=1.118:${PORTSDIR}/textproc/p5-PPI \ - p5-Params-Util>=0.06:${PORTSDIR}/devel/p5-Params-Util \ +RUN_DEPENDS= p5-File-Find-Rule>=0.30:${PORTSDIR}/devel/p5-File-Find-Rule \ + p5-File-Find-Rule-Perl>=1.04:${PORTSDIR}/devel/p5-File-Find-Rule-Perl \ + p5-PPI>=1.201:${PORTSDIR}/textproc/p5-PPI \ + p5-Params-Util>=0.25:${PORTSDIR}/devel/p5-Params-Util \ p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils \ - p5-version>=0.72.03:${PORTSDIR}/devel/p5-version + p5-version>=0.76:${PORTSDIR}/devel/p5-version BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= 5.8.1+ diff --git a/textproc/p5-Perl-MinimumVersion/distinfo b/textproc/p5-Perl-MinimumVersion/distinfo index 4f7e66b73b8b..b386acb3296a 100644 --- a/textproc/p5-Perl-MinimumVersion/distinfo +++ b/textproc/p5-Perl-MinimumVersion/distinfo @@ -1,3 +1,3 @@ -MD5 (Perl-MinimumVersion-1.18.tar.gz) = e159a53f2657ca1bf3a8aa841e6fd09c -SHA256 (Perl-MinimumVersion-1.18.tar.gz) = 1528889a4d64a9ec0ccf0c075e063080f5f9282f860fe83f5240dcc7869dacc8 -SIZE (Perl-MinimumVersion-1.18.tar.gz) = 31417 +MD5 (Perl-MinimumVersion-1.19.tar.gz) = dfce4d3fbb12bc6a23fdaf78b1195a3f +SHA256 (Perl-MinimumVersion-1.19.tar.gz) = 0065b25b56b0faf3f1e4b1ee00fa734ccae1fbd7cb49a0a2a8d0dce279f7d2c1 +SIZE (Perl-MinimumVersion-1.19.tar.gz) = 31623 |