diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2008-07-02 08:46:32 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2008-07-02 08:46:32 +0000 |
commit | e27d846786363a414f8f9e44ebb87d827abc1aba (patch) | |
tree | 1a68402c76224b7716df7df94fbcb0b2fb71f0d1 /devel/p5-CPAN-Mini/Makefile | |
parent | 29b9f9c62d4c65de49a73706a0872b7bc69c1a82 (diff) |
Update to 0.571.
Notes
Notes:
svn path=/head/; revision=216145
Diffstat (limited to 'devel/p5-CPAN-Mini/Makefile')
-rw-r--r-- | devel/p5-CPAN-Mini/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-CPAN-Mini/Makefile b/devel/p5-CPAN-Mini/Makefile index 94850586acee..6cee888d5f11 100644 --- a/devel/p5-CPAN-Mini/Makefile +++ b/devel/p5-CPAN-Mini/Makefile @@ -6,7 +6,7 @@ # PORTNAME= CPAN-Mini -PORTVERSION= 0.570 +PORTVERSION= 0.571 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= CPAN::Mini - create a minimal mirror of CPAN -RUN_DEPENDS= ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ - ${SITE_PERL}/File/HomeDir.pm:${PORTSDIR}/devel/p5-File-HomeDir \ - ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI +RUN_DEPENDS= p5-Compress-Zlib>=1.20:${PORTSDIR}/archivers/p5-Compress-Zlib \ + p5-File-HomeDir>=0.57:${PORTSDIR}/devel/p5-File-HomeDir \ + p5-libwww>=5:${PORTSDIR}/www/p5-libwww \ + p5-URI>=1:${PORTSDIR}/net/p5-URI BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |