pkgsrc/devel/p5-Class-Accessor/Makefile
hiramatsu b34c32b01a Updated to 0.25.
Changes from 0.22:
0.25 Fri Mar 31 18:28:17 JST 2006
    - added a 'follow_best_practice' class method that causes the accessors to
      be called 'get_foo' and 'set_foo' instead of just 'foo'
    - added 'accessor_name_for' and 'mutator_name_for' methods that you can
      override in your subclass to create your own names for accessors.
      (That idea taken from Class::DBI.)

0.23 Sat Feb 25 19:46:08 GMT 2006
    - rewrote the tests.  Now using Test::More
2006-04-20 08:07:01 +00:00

19 lines
503 B
Makefile

# $NetBSD: Makefile,v 1.8 2006/04/20 08:07:01 hiramatsu Exp $
#
DISTNAME= Class-Accessor-0.25
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5cac
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
MAINTAINER= hiramatu@boreas.dti.ne.jp
HOMEPAGE= http://search.cpan.org/dist/Class-Accessor/
COMMENT= Automated accessor generation
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Class/Accessor/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"