svn commit: r400509 - head/devel/p5-Test-Strict

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Oct 30 11:24:51 UTC 2015


Author: sunpoet
Date: Fri Oct 30 11:24:50 2015
New Revision: 400509
URL: https://svnweb.freebsd.org/changeset/ports/400509

Log:
  - Add TEST_DEPENDS

Modified:
  head/devel/p5-Test-Strict/Makefile

Modified: head/devel/p5-Test-Strict/Makefile
==============================================================================
--- head/devel/p5-Test-Strict/Makefile	Fri Oct 30 11:24:45 2015	(r400508)
+++ head/devel/p5-Test-Strict/Makefile	Fri Oct 30 11:24:50 2015	(r400509)
@@ -15,6 +15,7 @@ LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-Devel-Cover>=0.43:${PORTSDIR}/devel/p5-Devel-Cover
 RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy
 
 NO_ARCH=	yes
 USES=		perl5


More information about the svn-ports-all mailing list