pkgsrc/devel/p5-Class-MethodMaker/Makefile
tv 77ff53df73 (note: 2.00 not imported because of some instability there; instead,
imported newest stable release, 1.12)

This module solves the problem of having to write a bazillion get/set
methods that are all the same.  The argument to 'use' is a hash whose
keys are the names of types of generic methods generated by MethodMaker
and whose values tell method maker what methods to make.  More
precisely, the keys are the names of MethodMaker methods (methods that
write methods) and the values are the arguments to those methods.
2004-03-29 18:55:46 +00:00

18 lines
518 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/03/29 18:55:46 tv Exp $
#
DISTNAME= Class-MethodMaker-1.12
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
MAINTAINER= tv@duh.org
HOMEPAGE= http://search.cpan.org/dist/Class-MethodMaker/
COMMENT= Getter/setter OO method maker for class elements
USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Class-MethodMaker/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"