svn commit: r437809 - head/devel/p5-Const-Exporter

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Apr 5 19:57:25 UTC 2017


Author: sunpoet
Date: Wed Apr  5 19:57:23 2017
New Revision: 437809
URL: https://svnweb.freebsd.org/changeset/ports/437809

Log:
  Add TEST_DEPENDS

Modified:
  head/devel/p5-Const-Exporter/Makefile

Modified: head/devel/p5-Const-Exporter/Makefile
==============================================================================
--- head/devel/p5-Const-Exporter/Makefile	Wed Apr  5 19:56:58 2017	(r437808)
+++ head/devel/p5-Const-Exporter/Makefile	Wed Apr  5 19:57:23 2017	(r437809)
@@ -17,6 +17,8 @@ LICENSE=	ART20
 BUILD_DEPENDS=	p5-Const-Fast>=0.014:devel/p5-Const-Fast \
 		p5-Package-Stash>=0:devel/p5-Package-Stash
 RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Hash-Objectify>=0:devel/p5-Hash-Objectify \
+		p5-Test-Most>=0:devel/p5-Test-Most
 
 NO_ARCH=	yes
 USE_PERL5=	configure


More information about the svn-ports-head mailing list