diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-08-25 21:15:02 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-08-25 21:15:02 +0800 |
commit | 580a69d6a47bbe7d6dee61369375cbeeb7e536a9 (patch) | |
tree | 69d236b760089099c660280f3c26f185d9b812cf /net | |
parent | fa55d004024eac3ad237277feab9f05c1bee8859 (diff) | |
download | freebsd-ports-gnome-580a69d6a47bbe7d6dee61369375cbeeb7e536a9.tar.gz freebsd-ports-gnome-580a69d6a47bbe7d6dee61369375cbeeb7e536a9.tar.zst freebsd-ports-gnome-580a69d6a47bbe7d6dee61369375cbeeb7e536a9.zip |
Add p5-IO-Socket-Socks 0.68, provides a way to create socks client or
server both 4 and 5 version.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/p5-IO-Socket-Socks/Makefile | 16 | ||||
-rw-r--r-- | net/p5-IO-Socket-Socks/distinfo | 3 | ||||
-rw-r--r-- | net/p5-IO-Socket-Socks/pkg-descr | 3 | ||||
-rw-r--r-- | net/p5-IO-Socket-Socks/pkg-plist | 2 |
5 files changed, 25 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index ade3c14f4278..39891a3b6122 100644 --- a/net/Makefile +++ b/net/Makefile @@ -545,6 +545,7 @@ SUBDIR += p5-IO-Socket-IP SUBDIR += p5-IO-Socket-Multicast SUBDIR += p5-IO-Socket-Multicast6 + SUBDIR += p5-IO-Socket-Socks SUBDIR += p5-IO-Socket-Timeout SUBDIR += p5-IO-Socket-UNIX-Util SUBDIR += p5-IP-Anonymous diff --git a/net/p5-IO-Socket-Socks/Makefile b/net/p5-IO-Socket-Socks/Makefile new file mode 100644 index 000000000000..b4661b58e4a6 --- /dev/null +++ b/net/p5-IO-Socket-Socks/Makefile @@ -0,0 +1,16 @@ +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= IO-Socket-Socks +PORTVERSION= 0.68 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Provides a way to create socks client or server both 4 and 5 version + +USE_PERL5= configure +USES= perl5 + +.include <bsd.port.mk> diff --git a/net/p5-IO-Socket-Socks/distinfo b/net/p5-IO-Socket-Socks/distinfo new file mode 100644 index 000000000000..646040c4cc00 --- /dev/null +++ b/net/p5-IO-Socket-Socks/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1472129388 +SHA256 (IO-Socket-Socks-0.68.tar.gz) = 0aa422fcff41fe327b3f19a7719b6b0a23f241df9ff4f866d14a398c7f40983c +SIZE (IO-Socket-Socks-0.68.tar.gz) = 26848 diff --git a/net/p5-IO-Socket-Socks/pkg-descr b/net/p5-IO-Socket-Socks/pkg-descr new file mode 100644 index 000000000000..c1e6eb5098a6 --- /dev/null +++ b/net/p5-IO-Socket-Socks/pkg-descr @@ -0,0 +1,3 @@ +Provides a way to create socks client or server both 4 and 5 version. + +WWW: http://search.cpan.org/dist/p5-IO-Socket-Socks/ diff --git a/net/p5-IO-Socket-Socks/pkg-plist b/net/p5-IO-Socket-Socks/pkg-plist new file mode 100644 index 000000000000..7ba05a73d0bc --- /dev/null +++ b/net/p5-IO-Socket-Socks/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/IO/Socket/Socks.pm +%%PERL5_MAN3%%/IO::Socket::Socks.3.gz |