diff --git a/devel/p5-MooseX-MethodAttributes/DESCR b/devel/p5-MooseX-MethodAttributes/DESCR new file mode 100644 index 000000000000..199dae5844af --- /dev/null +++ b/devel/p5-MooseX-MethodAttributes/DESCR @@ -0,0 +1,2 @@ +This module allows code attributes of methods to be introspected using +Moose meta method objects. diff --git a/devel/p5-MooseX-MethodAttributes/Makefile b/devel/p5-MooseX-MethodAttributes/Makefile new file mode 100644 index 000000000000..ba569d189e4b --- /dev/null +++ b/devel/p5-MooseX-MethodAttributes/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/04/29 19:29:51 sno Exp $ + +DISTNAME= MooseX-MethodAttributes-0.09 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/MooseX-MethodAttributes/ +COMMENT= Perl5 module for code attribute introspection +LICENSE= gnu-gpl-v2 # OR artistic + +DEPENDS+= p5-Moose>=0.70:../../devel/p5-Moose +DEPENDS+= p5-MooseX-Types>=0.06:../../devel/p5-MooseX-Types +DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/MooseX/MethodAttributes/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-MooseX-MethodAttributes/distinfo b/devel/p5-MooseX-MethodAttributes/distinfo new file mode 100644 index 000000000000..26662429a031 --- /dev/null +++ b/devel/p5-MooseX-MethodAttributes/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/04/29 19:29:51 sno Exp $ + +SHA1 (MooseX-MethodAttributes-0.09.tar.gz) = 7532a1bbbeb34a018376c8ba295b6edb1df72587 +RMD160 (MooseX-MethodAttributes-0.09.tar.gz) = ef27ca7f663772698493d05aba6c8799db7cb844 +Size (MooseX-MethodAttributes-0.09.tar.gz) = 13440 bytes