diff options
author | abs <abs@pkgsrc.org> | 2008-07-14 09:22:22 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2008-07-14 09:22:22 +0000 |
commit | f0e13d01fbcafbad5959903f4c28076862a85e5f (patch) | |
tree | f476cc22af7e80a4171783d0ed0c481d6c6fa7e8 | |
parent | dafb6ef60d9bdcc058870d1e1829a6bf629f5521 (diff) | |
download | pkgsrc-f0e13d01fbcafbad5959903f4c28076862a85e5f.tar.gz |
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/
-rw-r--r-- | devel/p5-Class-C3-Componentised/DESCR | 8 | ||||
-rw-r--r-- | devel/p5-Class-C3-Componentised/Makefile | 21 | ||||
-rw-r--r-- | devel/p5-Class-C3-Componentised/distinfo | 5 |
3 files changed, 34 insertions, 0 deletions
diff --git a/devel/p5-Class-C3-Componentised/DESCR b/devel/p5-Class-C3-Componentised/DESCR new file mode 100644 index 00000000000..26b647474d1 --- /dev/null +++ b/devel/p5-Class-C3-Componentised/DESCR @@ -0,0 +1,8 @@ +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/ diff --git a/devel/p5-Class-C3-Componentised/Makefile b/devel/p5-Class-C3-Componentised/Makefile new file mode 100644 index 00000000000..a719389aab2 --- /dev/null +++ b/devel/p5-Class-C3-Componentised/Makefile @@ -0,0 +1,21 @@ +# $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" diff --git a/devel/p5-Class-C3-Componentised/distinfo b/devel/p5-Class-C3-Componentised/distinfo new file mode 100644 index 00000000000..733e38377bd --- /dev/null +++ b/devel/p5-Class-C3-Componentised/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/07/14 09:22:22 abs Exp $ + +SHA1 (Class-C3-Componentised-1.0003.tar.gz) = fa10ffe1b65280d543bf1ba30b08e394ac3a0140 +RMD160 (Class-C3-Componentised-1.0003.tar.gz) = ba8712a3b6feb06397b2b90a077bf8f026be53b0 +Size (Class-C3-Componentised-1.0003.tar.gz) = 13398 bytes |