pkgsrc/devel/p5-Class-C3-Componentised/Makefile
abs f0e13d01fb Added devel/p5-Class-C3-Componentised version 1.0003
This will inject base classes to your module using the Class::C3 method
resolution order.

Please note: these are not plugins that can take precedence over methods
declared in MyModule. If you want something like that, consider
MooseX::Object::Pluggable.

WWW: http://search.cpan.org/dist/Class-C3-Componentised/
2008-07-14 09:22:22 +00:00

21 lines
677 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/07/14 09:22:22 abs Exp $
DISTNAME= Class-C3-Componentised-1.0003
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AS/ASH/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/perldoc?Class::C3::Componentised
COMMENT= Load mix-ins or components to your C3-based class
DEPENDS+= p5-Class-C3>=0:../../devel/p5-Class-C3
DEPENDS+= p5-Class-Inspector>=0:../../devel/p5-Class-Inspector
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Class/C3/Componentised/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"