1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/p5-Sys-Sendfile/Makefile
Jun Kuriyama 0c4478bab6 Sys::Sendfile provides access to your operating system's sendfile
facility.  It allows you to efficiently transfer data from one
filehandle to another.  Typically the source is a file on disk and the
sink is a socket, and some operating systems may not even support
other usage.

WWW: http://search.cpan.org/dist/Sys-Sendfile/
2013-11-06 01:33:51 +00:00

16 lines
261 B
Makefile

# $FreeBSD$
PORTNAME= Sys-Sendfile
PORTVERSION= 0.11
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for zero-copy data transfer
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>