pkgsrc/devel/p5-Class-MethodMaker/Makefile
wen 14a244de29 Updated to 2.21
Upstream changes:
2.21	Mar 16 2014
        - sync with Debian patches - RT#91658
        - fix copyright and license entries - RT#43463

2.20	Feb 03 2014
        - drop t/v1*.t unit tests due to license issue
          https://github.com/renormalist/class-methodmaker/issues/2

2.19	Dec 15 2013
        - Fix 5.19 incompatibility - RT#88934 (Zefram)
        - small distro polishing
2015-01-08 14:20:26 +00:00

18 lines
517 B
Makefile

# $NetBSD: Makefile,v 1.28 2015/01/08 14:20:26 wen Exp $
#
DISTNAME= Class-MethodMaker-2.21
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"