diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-01-02 00:09:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-01-02 00:09:16 +0800 |
commit | 7f304ddd7829d9b1c5d04ecd95766ebb4241d8d1 (patch) | |
tree | b9670501cdb0e46ab445e9931b00a91aea22bd85 /net | |
parent | b664a39ec310194e20aa2eeecc72dd1d9fafcc9b (diff) | |
download | freebsd-ports-gnome-7f304ddd7829d9b1c5d04ecd95766ebb4241d8d1.tar.gz freebsd-ports-gnome-7f304ddd7829d9b1c5d04ecd95766ebb4241d8d1.tar.zst freebsd-ports-gnome-7f304ddd7829d9b1c5d04ecd95766ebb4241d8d1.zip |
- Add p5-IO-Socket-UNIX-Util 0.05
IO::Socket::UNIX::Util provides Unix domain socket utilities.
WWW: http://search.cpan.org/dist/IO-Socket-UNIX-Util/
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/p5-IO-Socket-UNIX-Util/Makefile | 19 | ||||
-rw-r--r-- | net/p5-IO-Socket-UNIX-Util/distinfo | 2 | ||||
-rw-r--r-- | net/p5-IO-Socket-UNIX-Util/pkg-descr | 3 | ||||
-rw-r--r-- | net/p5-IO-Socket-UNIX-Util/pkg-plist | 2 |
5 files changed, 27 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 6de21408229d..ebd3457ecdcf 100644 --- a/net/Makefile +++ b/net/Makefile @@ -503,6 +503,7 @@ SUBDIR += p5-IO-Socket-IP SUBDIR += p5-IO-Socket-Multicast SUBDIR += p5-IO-Socket-Multicast6 + SUBDIR += p5-IO-Socket-UNIX-Util SUBDIR += p5-IP-Anonymous SUBDIR += p5-IP-Country SUBDIR += p5-IPC-Session diff --git a/net/p5-IO-Socket-UNIX-Util/Makefile b/net/p5-IO-Socket-UNIX-Util/Makefile new file mode 100644 index 000000000000..c724d0e69fdd --- /dev/null +++ b/net/p5-IO-Socket-UNIX-Util/Makefile @@ -0,0 +1,19 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= IO-Socket-UNIX-Util +PORTVERSION= 0.05 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Unix domain socket utilities + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +USE_PERL5= configure +USES= perl5 + +.include <bsd.port.mk> diff --git a/net/p5-IO-Socket-UNIX-Util/distinfo b/net/p5-IO-Socket-UNIX-Util/distinfo new file mode 100644 index 000000000000..3e93a83ecdfb --- /dev/null +++ b/net/p5-IO-Socket-UNIX-Util/distinfo @@ -0,0 +1,2 @@ +SHA256 (IO-Socket-UNIX-Util-0.05.tar.gz) = 97599e5366e8ed7b6e5cdc0744985e45904e6d17cec7ff863ff023e5ae12e199 +SIZE (IO-Socket-UNIX-Util-0.05.tar.gz) = 13127 diff --git a/net/p5-IO-Socket-UNIX-Util/pkg-descr b/net/p5-IO-Socket-UNIX-Util/pkg-descr new file mode 100644 index 000000000000..0b1283792827 --- /dev/null +++ b/net/p5-IO-Socket-UNIX-Util/pkg-descr @@ -0,0 +1,3 @@ +IO::Socket::UNIX::Util provides Unix domain socket utilities. + +WWW: http://search.cpan.org/dist/IO-Socket-UNIX-Util/ diff --git a/net/p5-IO-Socket-UNIX-Util/pkg-plist b/net/p5-IO-Socket-UNIX-Util/pkg-plist new file mode 100644 index 000000000000..89800e7fe01d --- /dev/null +++ b/net/p5-IO-Socket-UNIX-Util/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/IO/Socket/UNIX/Util.pm +%%PERL5_MAN3%%/IO::Socket::UNIX::Util.3.gz |