55913ddbfa
slurp takes: * a filename, * a filehandle, * a typeglob reference, * an IO::File object, or * a scalar reference, converts it to an input stream if necessary, and reads in the entire stream. If slurp fails to set up or read the stream, it throws an exception.
21 lines
583 B
Makefile
21 lines
583 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/06/07 11:57:54 abs Exp $
|
|
#
|
|
|
|
DISTNAME= Perl6-Slurp-0.03
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DC/DCONWAY/}
|
|
|
|
MAINTAINER= abs@absd.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Perl6-Slurp/
|
|
COMMENT= Implements the Perl 6 'slurp' built-in
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
DEPENDS+= p5-Perl6-Export-[0-9]*:../../devel/p5-Perl6-Export
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Perl6/Slurp/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|