0.853 (07.30.2008) - John Siracusa <siracusa@gmail.com> * Fixed a bug in the hash get_set_init method interface. (Reported by Bill Moseley) 0.852 (06.25.2008) - John Siracusa <siracusa@gmail.com> * Documented Rose::Object::MixIn->import()'s -target_class parameter. 0.851 (06.06.2008) - John Siracusa <siracusa@gmail.com> * Corrected mistakes in the Rose::Class::MakeMethods::Generic POD.
17 lines
487 B
Makefile
17 lines
487 B
Makefile
# $NetBSD: Makefile,v 1.4 2008/08/06 20:59:20 he Exp $
|
|
|
|
DISTNAME= Rose-Object-0.853
|
|
PKGNAME= p5-${DISTNAME:S/853/85.3/}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Rose-Object/
|
|
COMMENT= Very simple class base class used by Rose objects
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Rose/Object/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|