diff options
Diffstat (limited to 'devel/p5-SUPER/Makefile')
-rw-r--r-- | devel/p5-SUPER/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/p5-SUPER/Makefile b/devel/p5-SUPER/Makefile index 2ea6fee..725adb8 100644 --- a/devel/p5-SUPER/Makefile +++ b/devel/p5-SUPER/Makefile @@ -3,7 +3,7 @@ PORTNAME= SUPER PORTVERSION= 1.17 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,8 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= wen@FreeBSD.org COMMENT= Perl module control superclass method dispatch -BUILD_DEPENDS= p5-Sub-Identify>=0.04:${PORTSDIR}/devel/p5-Sub-Identify \ - p5-Scalar-List-Utils>=0.20:${PORTSDIR}/lang/p5-Scalar-List-Utils +BUILD_DEPENDS= p5-Sub-Identify>=0.04:${PORTSDIR}/devel/p5-Sub-Identify RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |