svn commit: r396333 - head/www/p5-Dancer2
Adam Weinberger
adamw at FreeBSD.org
Mon Sep 7 17:56:30 UTC 2015
Author: adamw
Date: Mon Sep 7 17:56:29 2015
New Revision: 396333
URL: https://svnweb.freebsd.org/changeset/ports/396333
Log:
Piggyback off the previous commit. Add two more modules two TEST_DEPENDS
to enable the full test suite, and add two more XS modules to the XS
option that should have meaningful effects.
Modified:
head/www/p5-Dancer2/Makefile
Modified: head/www/p5-Dancer2/Makefile
==============================================================================
--- head/www/p5-Dancer2/Makefile Mon Sep 7 17:55:43 2015 (r396332)
+++ head/www/p5-Dancer2/Makefile Mon Sep 7 17:56:29 2015 (r396333)
@@ -43,12 +43,16 @@ TEST_DEPENDS= p5-HTTP-Message>=0:${PORTS
p5-LWP-Protocol-PSGI>=0.06:${PORTSDIR}/www/p5-LWP-Protocol-PSGI \
p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \
p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
+ p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle \
+ p5-Test-MockTime>=0:${PORTSDIR}/devel/p5-Test-MockTime \
${XS_BUILD_DEPENDS}
OPTIONS_DEFINE= XS
XS_BUILD_DEPENDS= p5-CGI-Deurl-XS>=0:${PORTSDIR}/www/p5-CGI-Deurl-XS \
+ p5-Class-Load-XS>=0:${PORTSDIR}/devel/p5-Class-Load-XS \
p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \
+ p5-Scope-Upper>=0:${PORTSDIR}/devel/p5-Scope-Upper \
p5-URL-Encode-XS>=0:${PORTSDIR}/www/p5-URL-Encode-XS \
p5-YAML-LibYAML>=0:${PORTSDIR}/textproc/p5-YAML-LibYAML
XS_RUN_DEPENDS= ${XS_BUILD_DEPENDS}
More information about the svn-ports-all
mailing list