Fails at runtime. Updates at some point failed to include the extra
dependency devel/p5-namepace-clean when added, only works if already
installed p5-namespace-clean.

Other ports failed because of this.

OK?
Index: Makefile
===================================================================
RCS file: /home/cvs/ports/converters/p5-JSON-Any/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- Makefile	22 Oct 2014 19:01:55 -0000	1.13
+++ Makefile	14 Dec 2014 15:22:03 -0000
@@ -4,6 +4,7 @@ COMMENT =	wrapper class for the various 
 
 MODULES =	cpan
 DISTNAME =	JSON-Any-1.38
+REVISION =	0
 CATEGORIES =	converters
 
 # Perl
@@ -12,7 +13,8 @@ PERMIT_PACKAGE_CDROM = Yes
 RUN_DEPENDS =	converters/p5-JSON>=2.21 \
 		converters/p5-JSON-DWIW \
 		converters/p5-JSON-XS>=2.33v1 \
-		devel/p5-YAML-Syck
+		devel/p5-YAML-Syck \
+		devel/p5-namespace-clean
 BUILD_DEPENDS =	${RUN_DEPENDS}
 
 TEST_DEPENDS =	devel/p5-Test-Fatal \

Reply via email to