272315a0c3
Upstream changes: 1.20170117 2017-01-16 20:37:12-08:00 America/Los_Angeles - cleaned up test suite - fixed Perl 5.25 failures (RT #114690) 1.20170116 2017-01-16 08:46:50-08:00 America/Los_Angeles - updated for 2017 release - maybe 2016 should have supported 5.22, but given how long I waited... oops - improved documentation about reexporting (RT #109076)
19 lines
597 B
Makefile
19 lines
597 B
Makefile
# $NetBSD: Makefile,v 1.17 2017/01/18 12:01:21 wen Exp $
|
|
|
|
DISTNAME= Modern-Perl-1.20170117
|
|
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}
|
|
|
|
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"
|