diff options
author | sno <sno@pkgsrc.org> | 2012-07-05 11:58:31 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2012-07-05 11:58:31 +0000 |
commit | 712c035817b56b121723f1d9be0284b6dd1acd73 (patch) | |
tree | cd60ee7147dba71380b48b86751fc7833b125fe9 | |
parent | ba9ff58adb01df924d4e84f1cfb2e2e30d1db1f1 (diff) | |
download | pkgsrc-712c035817b56b121723f1d9be0284b6dd1acd73.tar.gz |
Importing package for Perl 5 modules Role::Identifiable::HasIdent version
0.005 and Role::Identifiable::HasTags version 0.005 via CPAN distribution
Role-Identifiable version 0.005 into devel/p5-Role-Identifiable.
Role::Identifiable::HasIdent adds a required ident attribute that stores
a simple string, meant to identify exceptions.
Role::Identifiable::HasTags adds the ability for your class and its
composed parts (roles, superclasses) as well as instances of it to
contribute to a pool of tags describing each instance.
-rw-r--r-- | devel/p5-Role-Identifiable/DESCR | 6 | ||||
-rw-r--r-- | devel/p5-Role-Identifiable/Makefile | 24 | ||||
-rw-r--r-- | devel/p5-Role-Identifiable/distinfo | 5 |
3 files changed, 35 insertions, 0 deletions
diff --git a/devel/p5-Role-Identifiable/DESCR b/devel/p5-Role-Identifiable/DESCR new file mode 100644 index 00000000000..2fb41a5ded6 --- /dev/null +++ b/devel/p5-Role-Identifiable/DESCR @@ -0,0 +1,6 @@ +Role::Identifiable::HasIdent adds a required ident attribute that stores +a simple string, meant to identify exceptions. + +Role::Identifiable::HasTags adds the ability for your class and its +composed parts (roles, superclasses) as well as instances of it to +contribute to a pool of tags describing each instance. diff --git a/devel/p5-Role-Identifiable/Makefile b/devel/p5-Role-Identifiable/Makefile new file mode 100644 index 00000000000..b7d6ef5aad5 --- /dev/null +++ b/devel/p5-Role-Identifiable/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2012/07/05 11:58:31 sno Exp $ + +DISTNAME= Role-Identifiable-0.005 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RJ/RJBS/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Role-Identifiable/ +COMMENT= Perl 5 role with an ident attribute +LICENSE= ${PERL5_LICENSE} + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose + +BUILD_DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose +BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple + +PERL5_PACKLIST= auto/Role/Identifiable/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Role-Identifiable/distinfo b/devel/p5-Role-Identifiable/distinfo new file mode 100644 index 00000000000..2b8cf179493 --- /dev/null +++ b/devel/p5-Role-Identifiable/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2012/07/05 11:58:31 sno Exp $ + +SHA1 (Role-Identifiable-0.005.tar.gz) = 94aa80fda42450ba8eeed4cc194d29d1eb5c53e9 +RMD160 (Role-Identifiable-0.005.tar.gz) = 4e758343f425f238b5a95c42f5ef9eb40ce940f1 +Size (Role-Identifiable-0.005.tar.gz) = 10602 bytes |