svn commit: r482522 - head/devel/p5-Sub-Exporter-ForMethods

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 20 14:49:44 UTC 2018


Author: sunpoet
Date: Sat Oct 20 14:49:43 2018
New Revision: 482522
URL: https://svnweb.freebsd.org/changeset/ports/482522

Log:
  Add TEST_DEPENDS

Modified:
  head/devel/p5-Sub-Exporter-ForMethods/Makefile

Modified: head/devel/p5-Sub-Exporter-ForMethods/Makefile
==============================================================================
--- head/devel/p5-Sub-Exporter-ForMethods/Makefile	Sat Oct 20 14:49:35 2018	(r482521)
+++ head/devel/p5-Sub-Exporter-ForMethods/Makefile	Sat Oct 20 14:49:43 2018	(r482522)
@@ -17,9 +17,11 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Sub-Name>=0:devel/p5-Sub-Name \
 		p5-Sub-Exporter>=0.978:devel/p5-Sub-Exporter
+TEST_DEPENDS=	p5-namespace-autoclean>=0:devel/p5-namespace-autoclean
 
-NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list