Upstream changes: 2.140 2015-12-12 16:17:15-05:00 America/New_York - no changes from 2.139 2.139 2015-12-11 12:42:44-05:00 America/New_York (TRIAL RELEASE) - expanded dist.ini from author bundle to individual plugins 2.138 2015-07-13 22:32:37-04:00 America/New_York (TRIAL RELEASE) - repackage with fixed tests 2.137 2015-07-09 09:53:32-04:00 America/New_York (TRIAL RELEASE) - much better error messages, explaining what conflicted and how 2.136 2015-06-08 21:35:27-06:00 America/Denver (TRIAL RELEASE) [FIXED] - On Perls before 5.8.1, pad 1-part and 2-part literal v-strings to avoid old version.pm bugs with v-strings less than 3 characters - Protect internal _isa_version from non-refs that pass ->isa('version') 2.135 2015-05-19 13:15:35-04:00 America/New_York (TRIAL RELEASE) [TESTING] - Skips impossible tests on Perls earlier than 5.8.0 (before v-string magic). 2.134 2015-04-18 13:20:56+02:00 Europe/Berlin (TRIAL RELEASE) [ADDED] - Added method for getting structured requirements
18 lines
530 B
Makefile
18 lines
530 B
Makefile
# $NetBSD: Makefile,v 1.15 2016/01/01 03:48:44 wen Exp $
|
|
|
|
DISTNAME= CPAN-Meta-Requirements-2.140
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CPAN/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/CPAN-Meta-Requirements/
|
|
COMMENT= Set of version requirements for a CPAN dist
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
CONFLICTS+= p5-CPAN-Meta<2.120921
|
|
|
|
PERL5_PACKLIST= auto/CPAN/Meta/Requirements/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|