svn commit: r482695 - head/devel/p5-Test-Moose-More

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 21 16:50:39 UTC 2018


Author: sunpoet
Date: Sun Oct 21 16:50:37 2018
New Revision: 482695
URL: https://svnweb.freebsd.org/changeset/ports/482695

Log:
  Fix r481365

Modified:
  head/devel/p5-Test-Moose-More/Makefile

Modified: head/devel/p5-Test-Moose-More/Makefile
==============================================================================
--- head/devel/p5-Test-Moose-More/Makefile	Sun Oct 21 16:50:29 2018	(r482694)
+++ head/devel/p5-Test-Moose-More/Makefile	Sun Oct 21 16:50:37 2018	(r482695)
@@ -22,15 +22,14 @@ TEST_DEPENDS=	p5-TAP-SimpleOutput>=0.009:devel/p5-TAP-
 		p5-Test-CheckDeps>=0.010:devel/p5-Test-CheckDeps \
 		p5-namespace-autoclean>=0:devel/p5-namespace-autoclean
 
-NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
+NO_ARCH=	yes
+
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 502501
-BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS+=	p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils
 RUN_DEPENDS+=	p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils
 .endif
 


More information about the svn-ports-all mailing list