freebsd-ports/net/p5-POSIX-Socket/Makefile
Jun Kuriyama 735c7c8e28 The primary purpose of this is to use file descriptors instead of file
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/
2013-08-10 15:30:16 +00:00

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>