diff options
author | swills <swills@FreeBSD.org> | 2012-03-08 04:41:47 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-03-08 04:41:47 +0800 |
commit | ca1733eca0c924f8dab497977bb4e49b9daab520 (patch) | |
tree | 98f69dddb8fc109f06904431ef394c91831e54b7 /net/p5-Server-Starter | |
parent | ae83b8c383569b8a202279d510acd3564a32b96c (diff) | |
download | freebsd-ports-gnome-ca1733eca0c924f8dab497977bb4e49b9daab520.tar.gz freebsd-ports-gnome-ca1733eca0c924f8dab497977bb4e49b9daab520.tar.zst freebsd-ports-gnome-ca1733eca0c924f8dab497977bb4e49b9daab520.zip |
- Add TEST_DEPENDS to enable testing
Approved by: portmgr (blanket)
Diffstat (limited to 'net/p5-Server-Starter')
-rw-r--r-- | net/p5-Server-Starter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/p5-Server-Starter/Makefile b/net/p5-Server-Starter/Makefile index 19afd5040ce0..a3ae86478b64 100644 --- a/net/p5-Server-Starter/Makefile +++ b/net/p5-Server-Starter/Makefile @@ -20,6 +20,7 @@ RUN_DEPENDS= \ p5-Proc-Wait3>0:${PORTSDIR}/devel/p5-Proc-Wait3 \ p5-Scope-Guard>0:${PORTSDIR}/devel/p5-Scope-Guard BUILD_DEPENDS= ${RUN_DEPENDS} +TEST_DEPENDS= p5-Test-SharedFork>0:${PORTSDIR}/devel/p5-Test-SharedFork PERL_CONFIGURE= yes |