17 lines
265 B
Makefile
17 lines
265 B
Makefile
COMMENT = perl interface to OpenBSD socket splicing
|
|
|
|
DISTNAME = BSD-Socket-Splice-0.09
|
|
CPAN_AUTHOR = BLUHM
|
|
|
|
CATEGORIES = net
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c perl
|
|
|
|
MODULES = cpan
|
|
|
|
.include <bsd.port.mk>
|