pkgsrc/devel/p5-Class-MethodMaker/Makefile
wiz bce1b2c9ce Update to 2.18. Addresses PR 45224.
2.18	Apr 16 2011
        - Fix 5.14 incompatibility - RT#66196 (Nicholas Clark)

2.17	Mar 02 2011
        - Just an intermediate release!
          (in order to get help on fixing Class::MethodMaker for 5.14)
        - already fixed breakage with 5.13.3 (rt#66196)
          (CvGV is now an rvalue, so use CvGV_set instead of assigning
          directly -- credits to ANDK, rafl and Zefram)
        - added test for no warnings to additionally be able to bisect
          annoying warnings since 5.13.2
        - Stay tuned -- 2.18 will hopefully completely revitalize C:MM
          for Perl 5.13+.
2011-08-08 20:44:51 +00:00

21 lines
595 B
Makefile

# $NetBSD: Makefile,v 1.22 2011/08/08 20:44:51 wiz Exp $
#
DISTNAME= Class-MethodMaker-2.18
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Class-MethodMaker/
COMMENT= Getter/setter OO method maker for class elements
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
USE_PKGLOCALEDIR= yes
PERL5_PACKLIST= auto/Class/MethodMaker/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"