openbsd-ports/net/p5-BSD-Socket-Splice/Makefile
bluhm a599395e86 update p5-BSD-Socket-Splice to 0.03
This allows to use idle timeouts for socket splicing.
2011-07-04 03:51:11 +00:00

22 lines
395 B
Makefile

# $OpenBSD: Makefile,v 1.2 2011/07/04 03:51:11 bluhm Exp $
SHARED_ONLY = Yes
COMMENT = perl interface to OpenBSD socket splicing
DISTNAME = BSD-Socket-Splice-0.03
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>