pkgsrc/devel/p5-autodie/Makefile
sno cdcb0bd37d Updating package for Perl 5 pragma autodie in devel/p5-autodie from
2.10nb2 to 2.12.

Upstream changes:
2.12  Tue Jun 26 14:55:04 PDT 2012
        * BUGFIX: autodie now plays nicely with the 'open' pragma
        (RT #54777, thanks to Schwern).
        * BUILD: Updated to Module::Install 1.06
        * BUILD: Makefile.PL is less redundant.
        * TEST: t/pod-coverage.t no longer thinks LEXICAL_TAG is
          a user-visible subroutine.

2.11  Sat Mar 24 01:50:56 AUSEST 2012
        * DOCS: Explicitly documented that autodie is context
          unaware.  (Thanks to chromatic.)
        * TEST: Multi-arg open tests are skipped on VMS.
          (Thanks to Craig A. Berry.)
        * TEST BUGFIX recv.t shouldn't assume STDIN is a file handle.
          (Thanks to Todd Rinaldo)
        * TEST: Fixed compatibility with Carp 1.25.
          (Thanks to Olivier Mengué.)
        * INTERNAL: Exception classes are loaded more safely.
          (Thanks to Schwern)
2012-07-06 13:47:44 +00:00

25 lines
746 B
Makefile

# $NetBSD: Makefile,v 1.7 2012/07/06 13:47:44 sno Exp $
DISTNAME= autodie-2.12
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=autodie/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/autodie/
COMMENT= Replace functions with ones that succeed or die with lexical scope
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-IPC-System-Simple>=0.12:../../devel/p5-IPC-System-Simple
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_MODULE_TYPE= Module::Install::Bundled
PERL5_PACKLIST= auto/autodie/.packlist
post-extract:
${FIND} ${WRKSRC} -name "*.pm" -type f -exec ${CHMOD} -x {} \;
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"