svn commit: r438095 - head/textproc/p5-HTML-Entities-Interpolate

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 9 10:05:38 UTC 2017


Author: sunpoet
Date: Sun Apr  9 10:05:36 2017
New Revision: 438095
URL: https://svnweb.freebsd.org/changeset/ports/438095

Log:
  Add more TEST_DEPENDS

Modified:
  head/textproc/p5-HTML-Entities-Interpolate/Makefile

Modified: head/textproc/p5-HTML-Entities-Interpolate/Makefile
==============================================================================
--- head/textproc/p5-HTML-Entities-Interpolate/Makefile	Sun Apr  9 10:05:31 2017	(r438094)
+++ head/textproc/p5-HTML-Entities-Interpolate/Makefile	Sun Apr  9 10:05:36 2017	(r438095)
@@ -17,7 +17,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	p5-HTML-Parser>=3.69:www/p5-HTML-Parser \
 		p5-Tie-Function>=0.02:devel/p5-Tie-Function
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-TEST_DEPENDS=	p5-File-Slurper>=0.009:devel/p5-File-Slurper
+TEST_DEPENDS=	p5-Capture-Tiny>=0.44:devel/p5-Capture-Tiny \
+		p5-File-Slurper>=0.009:devel/p5-File-Slurper
 
 NO_ARCH=	yes
 USE_PERL5=	configure


More information about the svn-ports-head mailing list