a599395e86
This allows to use idle timeouts for socket splicing.
22 lines
395 B
Makefile
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>
|