diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-27 07:56:16 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-27 07:56:16 +0000 |
commit | 0adb5677fff8230537dae21777f2925a1c2da573 (patch) | |
tree | add3bf7d55f3dc26e0f248900c15e553708c1c1e /devel | |
parent | 2e69f213544856c38bed8aa237c417b7bc3c4960 (diff) | |
download | pkgsrc-0adb5677fff8230537dae21777f2925a1c2da573.tar.gz |
Import perl module Class::Accessor::Lite into devel/p5-Class-Accessor-Lite
because devel/p5-Parallel-Prefork depends on this.
The module is a variant of "Class::Accessor". It is fast and requires
less typing, has no dependencies to other modules, and does not mess up
the @ISA.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Class-Accessor-Lite/DESCR | 3 | ||||
-rw-r--r-- | devel/p5-Class-Accessor-Lite/Makefile | 19 | ||||
-rw-r--r-- | devel/p5-Class-Accessor-Lite/distinfo | 5 |
3 files changed, 27 insertions, 0 deletions
diff --git a/devel/p5-Class-Accessor-Lite/DESCR b/devel/p5-Class-Accessor-Lite/DESCR new file mode 100644 index 00000000000..c207e1be7c1 --- /dev/null +++ b/devel/p5-Class-Accessor-Lite/DESCR @@ -0,0 +1,3 @@ +The module is a variant of "Class::Accessor". It is fast and requires +less typing, has no dependencies to other modules, and does not mess up +the @ISA. diff --git a/devel/p5-Class-Accessor-Lite/Makefile b/devel/p5-Class-Accessor-Lite/Makefile new file mode 100644 index 00000000000..4bfcaf39142 --- /dev/null +++ b/devel/p5-Class-Accessor-Lite/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/10/27 07:56:16 hiramatsu Exp $ + +DISTNAME= Class-Accessor-Lite-0.05 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/} + +MAINTAINER= hiramatu@boreas.dti.ne.jp +HOMEPAGE= http://search.cpan.org/dist/Class-Accessor-Lite/ +COMMENT= Minimalistic variant of Class::Accessor +LICENSE= ${PERL5_LICENSE} + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Class/Accessor/Lite/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Class-Accessor-Lite/distinfo b/devel/p5-Class-Accessor-Lite/distinfo new file mode 100644 index 00000000000..3527ad6803c --- /dev/null +++ b/devel/p5-Class-Accessor-Lite/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/10/27 07:56:16 hiramatsu Exp $ + +SHA1 (Class-Accessor-Lite-0.05.tar.gz) = e07d40d751b7b8206dcb0de5a9a6b13ad8b932ff +RMD160 (Class-Accessor-Lite-0.05.tar.gz) = 76a6e7df04635f8f24378bbf76aeca4d1e584780 +Size (Class-Accessor-Lite-0.05.tar.gz) = 27991 bytes |