b420d55695
Changes from 1.75(doesn't include minor fixes): Version 2.21 - Little documentation improvement Version 2.2 - Added Package::props and Package::groups pragmas - Added improved tests Version 2.12 - Fixed the Class::Util::import function Version 2.11 - Changed the Class::Util::classes function Version 2.1 - Added the Class::Util::gather function plus tests - Added the Class::Util::classes function plus tests - Added the Class::Util::blessed function plus tests Version 2.0 - Added the Class::Error module and tests - Added the Class::Util module and tests - Added the 'skip_autoload' option to Class::constr pragma - You can also pass an HASH reference to the constr method Version 1.79 - A test addition Version 1.78 - The properties defined with a group get initialized just once - Some testing addition and rewrite Version 1.77 - Added 'default' option to the Class::constr pragma plus tests - Added possibility to get a slice of values from groups accessors - Added $_ aliasing for the post_process option Version 1.76 - Added add_to() method to add props and groups accessors in other packages - Added post_process() option to props accessors
18 lines
536 B
Makefile
18 lines
536 B
Makefile
# $NetBSD: Makefile,v 1.6 2005/10/18 08:33:24 hiramatsu Exp $
|
|
|
|
DISTNAME= OOTools-2.21
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5oot
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DO/DOMIZIO/
|
|
|
|
MAINTAINER= hiramatu@boreas.dti.ne.jp
|
|
HOMEPAGE= http://search.cpan.org/~domizio/OOTools/
|
|
COMMENT= Perl module collection to easily create constructors methods
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/OOTools/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|