diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-28 22:37:43 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-28 22:37:43 +0000 |
commit | 62b70a85de3b100d6a95481572ab67d9fc5c39f2 (patch) | |
tree | 149852f2f73ac2fb6430cf6f1d618acb1edbc6f6 /devel/p5-SUPER | |
parent | bd4db3adf7086cbf9916b7e8101aa3215827e672 (diff) | |
download | ports-62b70a85de3b100d6a95481572ab67d9fc5c39f2.tar.gz ports-62b70a85de3b100d6a95481572ab67d9fc5c39f2.zip |
Notes
Diffstat (limited to 'devel/p5-SUPER')
-rw-r--r-- | devel/p5-SUPER/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-SUPER/Makefile b/devel/p5-SUPER/Makefile index 57b43e895a93..d1be4378f006 100644 --- a/devel/p5-SUPER/Makefile +++ b/devel/p5-SUPER/Makefile @@ -7,6 +7,7 @@ PORTNAME= SUPER PORTVERSION= 1.17 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= wen@FreeBSD.org COMMENT= Perl module control superclass method dispatch -BUILD_DEPENDS= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \ - p5-Sub-Identify>=0.04:${PORTSDIR}/devel/p5-Sub-Identify \ - p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils +BUILD_DEPENDS= p5-Sub-Identify>=0.04:${PORTSDIR}/devel/p5-Sub-Identify \ + p5-Scalar-List-Utils>=0.20:${PORTSDIR}/lang/p5-Scalar-List-Utils RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |