pkgsrc/devel/p5-Perl6-Slurp/Makefile
wiz d8a6b3e666 Update to 0.051003:
0.005000  Thu Feb  9 07:03:26 2012

    - Fixed handling of slurp()

    - Removed dependency of English locale in errors.t
      (thanks to all those who reported it)

    - Tweaked ipc.t to placate Windows (thanks John)

    - Disabled implicit open failure warnings (thanks Kevin)

    - Cleaned up code and commented

    - Improved performance significantly for chomped cases

    - Updated Makefile.PL and added Build.pl


0.050000  Thu Feb  9 15:30:53 2012

    - No feature changes: update to fix version number regression


0.051000  Thu Jun 14 20:52:15 2012

    - Tweaked error.t to placate Windows (thanks mascip)


0.051001  Fri Jul 27 07:58:08 2012

    - Doc tweak (thanks John)



0.051003  Sat Feb  9 11:59:34 2013

    - Documented limitations of C<slurp> on certain platforms
      (e.g. no piped opens under Windows).

    - Allowed layer options to have parenthesized args
      (Thanks Kevin)

    - Handle File::Temp filehandles correctly (thanks Kevin)
2013-09-05 19:23:11 +00:00

20 lines
576 B
Makefile

# $NetBSD: Makefile,v 1.10 2013/09/05 19:23:11 wiz Exp $
DISTNAME= Perl6-Slurp-0.051003
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"