2018-08-22 11:43:40 +02:00
|
|
|
# $NetBSD: Makefile,v 1.18 2018/08/22 09:44:25 wiz Exp $
|
2006-02-21 11:35:26 +01:00
|
|
|
|
Updated devel/p5-NEXT to 0.67
-----------------------------
0.67 2016-07-30 NEILB
- Changed class names in SYNOPSIS from A, B, C, D to P, Q, R, S.
This is avoid potential clash with core B:: namespace. RT#9734
I didn't change the later examples in the doc, as I think they're ok.
- Added mentions of next::method in the core "mro" module.
- Changed all mentions of "NEXT.pm" in the doc to C<NEXT>.
0.66 2016-07-28 NEILB
- split the "package EVERY" statement across two lines to hide it
from PAUSE and help with resolving a permissions conflict with "Every".
- Added prereqs, license type, and min perl version to dist metadata
- Added github repo to dist metadata
- Fixed pod error reported in RT#49984 and RT#100587,
and rogue trailing spaces in pod, RT#64923
0.65_01 2016-07-20 NEILB
- split the "package EVERY" statement across two lines to hide it
from PAUSE and help with resolving a permissions conflict with "Every".
- Added prereqs, license type, and min perl version to dist metadata
- Added github repo to dist metadata
- Fixed pod error reported in RT#49984 and RT#100587,
and rogue trailing spaces in pod, RT#64923
2016-08-06 00:44:32 +02:00
|
|
|
DISTNAME= NEXT-0.67
|
2006-02-21 11:35:26 +01:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2018-08-22 11:43:40 +02:00
|
|
|
PKGREVISION= 2
|
2006-02-21 11:35:26 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=NEXT/}
|
|
|
|
|
2008-07-20 18:09:34 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2006-02-21 11:35:26 +01:00
|
|
|
HOMEPAGE= http://search.cpan.org/dist/NEXT/
|
|
|
|
COMMENT= Provide a pseudo-class NEXT (et al) that allows method redispatch
|
2009-06-15 01:36:42 +02:00
|
|
|
LICENSE= ${PERL5_LICENSE}
|
2006-02-21 11:35:26 +01:00
|
|
|
|
|
|
|
PERL5_PACKLIST= auto/NEXT/.packlist
|
|
|
|
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|