diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-05-02 03:23:38 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-05-02 03:23:38 +0000 |
commit | c95b882ee02df6c5415a0e96d1ddf695fb5b49e6 (patch) | |
tree | 4a2e7520f927d5f231e209b51d5910e80e7724ea /irc | |
parent | 42465db618a088cfdf912025fc09c1e1bd00cf2a (diff) | |
download | ports-c95b882ee02df6c5415a0e96d1ddf695fb5b49e6.tar.gz ports-c95b882ee02df6c5415a0e96d1ddf695fb5b49e6.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/p5-POE-Component-IRC/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/p5-POE-Component-IRC/Makefile b/irc/p5-POE-Component-IRC/Makefile index cdf474e65cee..680934e87c90 100644 --- a/irc/p5-POE-Component-IRC/Makefile +++ b/irc/p5-POE-Component-IRC/Makefile @@ -26,6 +26,7 @@ RUN_DEPENDS= p5-POE>=1.311:${PORTSDIR}/devel/p5-POE \ p5-POE-Component-SSLify>0:${PORTSDIR}/security/p5-POE-Component-SSLify \ p5-IRC-Utils>=0.12:${PORTSDIR}/irc/p5-IRC-Utils BUILD_DEPENDS:= ${RUN_DEPENDS} +TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences PERL_CONFIGURE= yes |