diff options
Diffstat (limited to 'devel/p5-namespace-clean/Makefile')
-rw-r--r-- | devel/p5-namespace-clean/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-namespace-clean/Makefile b/devel/p5-namespace-clean/Makefile index 5da15f67ce6..f58f7a6bfd7 100644 --- a/devel/p5-namespace-clean/Makefile +++ b/devel/p5-namespace-clean/Makefile @@ -6,7 +6,7 @@ # PORTNAME= namespace-clean -PORTVERSION= 0.22 +PORTVERSION= 0.23 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Keep imports and functions out of your namespace -BUILD_DEPENDS= p5-B-Hooks-EndOfScope>=0.07:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope \ +BUILD_DEPENDS= p5-B-Hooks-EndOfScope>=0.10:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope \ p5-Package-Stash>=0.23:${PORTSDIR}/devel/p5-Package-Stash \ p5-Sub-Identify>=0.04:${PORTSDIR}/devel/p5-Sub-Identify \ p5-Sub-Name>=0.04:${PORTSDIR}/devel/p5-Sub-Name |