pkgsrc/devel/p5-Modern-Perl/Makefile
schmonz cd335b45ca Update to 1.20121103. From the changelog:
- fixed VERSION( undef ) (Peter Vereshagin, RT #80304)
- fixed POD encoding error (Norbert E. Gruener, RT #80468)
- added Perl 5.16 support
2013-07-10 02:17:05 +00:00

21 lines
644 B
Makefile

# $NetBSD: Makefile,v 1.8 2013/07/10 02:17:05 schmonz Exp $
DISTNAME= Modern-Perl-1.20121103
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
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"