Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2018 14:49:44 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482522 - head/devel/p5-Sub-Exporter-ForMethods
Message-ID:  <201810201449.w9KEnieQ015123@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810201449.w9KEnieQ015123>