handles for socket operations. File descriptors can be shared between threads and not need dup file handles for each threads. WWW: http://search.cpan.org/dist/POSIX-Socket/
17 lines
290 B
Makefile
17 lines
290 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= POSIX-Socket
|
|
PORTVERSION= 0.09
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension for POSIX socket low-level interface
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= POSIX::Socket.3
|
|
|
|
.include <bsd.port.mk>
|