pkgsrc/devel/p5-Modern-Perl/Makefile
schmonz 8a2cfc1dc2 Update to 1.20120130. From the changelog:
- fixed t/year_imports.t for 5.10 (ANDK and sprout again)
    - fixed t/regressions.t for 5.10
    - made raw numbers work in import
    - fixed for Perl 5.15.5 and later (ANDK and sprout)
    - loaded IO::File/IO::Handle to allow methods on lexical filehandles
    - added unimporting
    - removed use of autodie; moved it to a distribution prerequisite
    - enabled unicode_strings by default when your Perl supports it
    - migrated to Dist::Zilla
    - added autodie dependency/import
2012-02-02 03:58:42 +00:00

22 lines
678 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/02/02 03:58:42 schmonz Exp $
DISTNAME= Modern-Perl-1.20120130
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CH/CHROMATIC/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Modern-Perl/
COMMENT= Enable all of the features of Modern Perl with one command
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Modern/Perl/.packlist
PERL5_MODULE_TYPE= Module::Build
PERL5_REQD+= 5.10.0
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"