mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- 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/
This commit is contained in:
parent
e639dda13e
commit
b6f713216c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375937
@ -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
|
||||
|
19
net/p5-IO-Socket-UNIX-Util/Makefile
Normal file
19
net/p5-IO-Socket-UNIX-Util/Makefile
Normal file
@ -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>
|
2
net/p5-IO-Socket-UNIX-Util/distinfo
Normal file
2
net/p5-IO-Socket-UNIX-Util/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (IO-Socket-UNIX-Util-0.05.tar.gz) = 97599e5366e8ed7b6e5cdc0744985e45904e6d17cec7ff863ff023e5ae12e199
|
||||
SIZE (IO-Socket-UNIX-Util-0.05.tar.gz) = 13127
|
3
net/p5-IO-Socket-UNIX-Util/pkg-descr
Normal file
3
net/p5-IO-Socket-UNIX-Util/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
IO::Socket::UNIX::Util provides Unix domain socket utilities.
|
||||
|
||||
WWW: http://search.cpan.org/dist/IO-Socket-UNIX-Util/
|
2
net/p5-IO-Socket-UNIX-Util/pkg-plist
Normal file
2
net/p5-IO-Socket-UNIX-Util/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/IO/Socket/UNIX/Util.pm
|
||||
%%PERL5_MAN3%%/IO::Socket::UNIX::Util.3.gz
|
Loading…
Reference in New Issue
Block a user