8c752fc2f0
The BSD::Socket::Splice module implements a Perl interface to OpenBSD socket splicing. Compared to the manual aproach with pack() and setsockopt(), it provides a convenient way to access the necessary system-calls. ok jasper@
22 lines
399 B
Makefile
22 lines
399 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/04/12 12:06:48 bluhm Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = perl interface to OpenBSD socket splicing
|
|
|
|
DISTNAME = BSD-Socket-Splice-0.02
|
|
|
|
CATEGORIES = net
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
.include <bsd.port.mk>
|