pkgsrc/devel/p5-Class-MethodMaker/Makefile
mef b0bb3b68d7 Update to 2.23
---------------
2.23    Mar 05 2015
        - Use strict and warnings everywhere (Neil Bowers)
        - renamed CommonMethods.pm to CommonMethods.pmt, as it's a
          template for module code. CPANTS was assuming it's a module
          from the name, and failing it (Neil Bowers)
2015-03-15 13:23:25 +00:00

18 lines
517 B
Makefile

# $NetBSD: Makefile,v 1.30 2015/03/15 13:23:25 mef Exp $
#
DISTNAME= Class-MethodMaker-2.23
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}
USE_PKGLOCALEDIR= yes
PERL5_PACKLIST= auto/Class/MethodMaker/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"