diff options
Diffstat (limited to 'devel/p5-namespace-sweep')
-rw-r--r-- | devel/p5-namespace-sweep/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-namespace-sweep/Makefile b/devel/p5-namespace-sweep/Makefile index 35959dd038ad..0b5871e53461 100644 --- a/devel/p5-namespace-sweep/Makefile +++ b/devel/p5-namespace-sweep/Makefile @@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Sweep up imported subs in your classes -BUILD_DEPENDS= p5-B-Hooks-EndOfScope>=0.09:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope \ - p5-Package-Stash>=0.33:${PORTSDIR}/devel/p5-Package-Stash \ - p5-Sub-Identify>=0.04:${PORTSDIR}/devel/p5-Sub-Identify \ - p5-Sub-Name>=0:${PORTSDIR}/devel/p5-Sub-Name +BUILD_DEPENDS= p5-B-Hooks-EndOfScope>=0.09:devel/p5-B-Hooks-EndOfScope \ + p5-Package-Stash>=0.33:devel/p5-Package-Stash \ + p5-Sub-Identify>=0.04:devel/p5-Sub-Identify \ + p5-Sub-Name>=0:devel/p5-Sub-Name RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |