diff options
author | Steve Wills <swills@FreeBSD.org> | 2019-01-17 12:59:08 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2019-01-17 12:59:08 +0000 |
commit | d0d1cc44a89a66ac2a93aad0fed2042b0417e7ba (patch) | |
tree | 8b712cd6cec526fc834843c1cbe318d0410d46ea /net/Makefile | |
parent | 1546c8a8e02e05f6ed9a88dbc56cd3cea9bd5475 (diff) |
net/p5-IO-Socket-Socks-Wrapper: create port
Add SOCKS support for any perl object / package / program
WWW: https://metacpan.org/release/IO-Socket-Socks-Wrapper
PR: 234746
Submitted by: gehm@physik.tu-berlin.de
Notes
Notes:
svn path=/head/; revision=490555
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 07fff2cff24e..d4a3c5d85f54 100644 --- a/net/Makefile +++ b/net/Makefile @@ -610,6 +610,7 @@ SUBDIR += p5-IO-Socket-Multicast SUBDIR += p5-IO-Socket-Multicast6 SUBDIR += p5-IO-Socket-Socks + SUBDIR += p5-IO-Socket-Socks-Wrapper SUBDIR += p5-IO-Socket-Timeout SUBDIR += p5-IO-Socket-UNIX-Util SUBDIR += p5-IP-Anonymous |