svn commit: r391658 - head/devel/p5-autodie

Adam Weinberger adamw at FreeBSD.org
Thu Jul 9 16:05:12 UTC 2015


Author: adamw
Date: Thu Jul  9 16:05:11 2015
New Revision: 391658
URL: https://svnweb.freebsd.org/changeset/ports/391658

Log:
  Add extra module to TEST_DEPENDS, necessary for t/import-into.t

Modified:
  head/devel/p5-autodie/Makefile

Modified: head/devel/p5-autodie/Makefile
==============================================================================
--- head/devel/p5-autodie/Makefile	Thu Jul  9 16:05:06 2015	(r391657)
+++ head/devel/p5-autodie/Makefile	Thu Jul  9 16:05:11 2015	(r391658)
@@ -17,6 +17,7 @@ LICENSE_COMB=	dual
 TEST_DEPENDS=	p5-BSD-Resource>=0:${PORTSDIR}/devel/p5-BSD-Resource \
 		p5-IPC-System-Simple>=0.12:${PORTSDIR}/devel/p5-IPC-System-Simple \
 		p5-Import-Into>=1.002004:${PORTSDIR}/devel/p5-Import-Into \
+		p5-Module-Runtime>=0:${PORTSDIR}/devel/p5-Module-Runtime \
 		p5-Sub-Identify>=0:${PORTSDIR}/devel/p5-Sub-Identify
 
 NO_ARCH=	yes


More information about the svn-ports-all mailing list