Date: Thu, 9 Jul 2015 16:05:12 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391658 - head/devel/p5-autodie Message-ID: <201507091605.t69G5CEI030779@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507091605.t69G5CEI030779>