diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-03-07 15:41:41 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-03-07 15:41:41 +0000 |
commit | f4d7796f6029c5b2cd8bcd6b570fa12aa7441ac1 (patch) | |
tree | e6556dab2549d3be9346c6b0192ea1e083c2a3a5 /net | |
parent | 4d827afb41cf67595b96a0ce7825f3d8fcfe89bf (diff) | |
download | ports-f4d7796f6029c5b2cd8bcd6b570fa12aa7441ac1.tar.gz ports-f4d7796f6029c5b2cd8bcd6b570fa12aa7441ac1.zip |
- Add TEST_DEPENDS to enable testing
Approved by: portmgr (blanket)
Notes
Notes:
svn path=/head/; revision=292885
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Analysis/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/p5-Net-Analysis/Makefile b/net/p5-Net-Analysis/Makefile index b40b16a0f34d..9b399f3ffbf9 100644 --- a/net/p5-Net-Analysis/Makefile +++ b/net/p5-Net-Analysis/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/Pcap.pm:${PORTSDIR}/net/p5-Net-Pcap \ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS= ${RUN_DEPENDS} +TEST_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject PERL_CONFIGURE= yes |