ef49e9fc6c
strings and then get a seekable filehandle once everything is buffered. It uses PerlIO and/or temporary file to save the buffer depending on the length of the size. WWW: http://search.cpan.org/dist/Stream-Buffered/ Feature safe: yes
16 lines
283 B
Makefile
16 lines
283 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Stream-Buffered
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension for temporary buffer to save bytes
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Stream::Buffered.3
|
|
|
|
.include <bsd.port.mk>
|