diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-04 20:15:09 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-04 20:15:09 +0000 |
commit | 34aabcc3025d00151af2c64e47a6d70163558e1d (patch) | |
tree | 6412ff03e8364a7fa8535e9eccdb4dfca6c78e6b /security/p5-IO-Async-SSL | |
parent | fbec6d8cfb3b4c2e10a10717f1118a5e3a4ba069 (diff) |
Notes
Diffstat (limited to 'security/p5-IO-Async-SSL')
-rw-r--r-- | security/p5-IO-Async-SSL/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-IO-Async-SSL/Makefile b/security/p5-IO-Async-SSL/Makefile index 7a2047feab67..322c31c60ffe 100644 --- a/security/p5-IO-Async-SSL/Makefile +++ b/security/p5-IO-Async-SSL/Makefile @@ -17,9 +17,9 @@ BUILD_DEPENDS= p5-Future>=0.33:${PORTSDIR}/devel/p5-Future \ p5-IO-Async>=0.66:${PORTSDIR}/devel/p5-IO-Async\ p5-IO-Socket-SSL>=1.968:${PORTSDIR}/security/p5-IO-Socket-SSL RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= ${LOCALBASE}/bin/socat:${PORTSDIR}/net/socat \ - p5-Test-Identity>=0:${PORTSDIR}/devel/p5-Test-Identity \ - p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod +TEST_DEPENDS= p5-Test-Identity>=0:${PORTSDIR}/devel/p5-Test-Identity \ + p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \ + socat:${PORTSDIR}/net/socat NO_ARCH= yes USE_PERL5= configure |