diff options
author | seb <seb> | 2007-05-13 20:42:10 +0000 |
---|---|---|
committer | seb <seb> | 2007-05-13 20:42:10 +0000 |
commit | 7b4f87fa1d9586939b662d3f1dff6db698d50a55 (patch) | |
tree | a71e3ead227fae571a9068c6b476a256d40de664 | |
parent | 9c02185ef7564e8a8fe458a713f35950e2604ece (diff) | |
download | pkgsrc-7b4f87fa1d9586939b662d3f1dff6db698d50a55.tar.gz |
Initial import of p5-Class-Std version 0.0.8 into The NetBSD
Packages Collection.
The Perl 5 module Class::Std provides tools that help to implement
the "inside out object" - a method for reliably enforcing object
encapsulation - class structure in a convenient and standard way.
-rw-r--r-- | devel/p5-Class-Std/DESCR | 3 | ||||
-rw-r--r-- | devel/p5-Class-Std/Makefile | 19 | ||||
-rw-r--r-- | devel/p5-Class-Std/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-Class-Std/distinfo | 5 |
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/p5-Class-Std/DESCR b/devel/p5-Class-Std/DESCR new file mode 100644 index 00000000000..25d64871436 --- /dev/null +++ b/devel/p5-Class-Std/DESCR @@ -0,0 +1,3 @@ +The Perl 5 module Class::Std provides tools that help to implement +the "inside out object" - a method for reliably enforcing object +encapsulation - class structure in a convenient and standard way. diff --git a/devel/p5-Class-Std/Makefile b/devel/p5-Class-Std/Makefile new file mode 100644 index 00000000000..883d898ba7a --- /dev/null +++ b/devel/p5-Class-Std/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/05/13 20:42:10 seb Exp $ +# + +DISTNAME= Class-Std-v0.0.8 +PKGNAME= p5-Class-Std-0.0.8 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Class-Std/ +COMMENT= Perl 5 module to support creation of standard inside-out classes + +DEPENDS+= p5-version-[0-9]*:../../devel/p5-version + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Class/Std/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Class-Std/PLIST b/devel/p5-Class-Std/PLIST new file mode 100644 index 00000000000..cd8ec77b46d --- /dev/null +++ b/devel/p5-Class-Std/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/13 20:42:10 seb Exp $ diff --git a/devel/p5-Class-Std/distinfo b/devel/p5-Class-Std/distinfo new file mode 100644 index 00000000000..056feeb11e0 --- /dev/null +++ b/devel/p5-Class-Std/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/05/13 20:42:10 seb Exp $ + +SHA1 (Class-Std-v0.0.8.tar.gz) = 61c7fdc29032b77fdfe2616b1aad318c06cf1a18 +RMD160 (Class-Std-v0.0.8.tar.gz) = fe7a8b4e102590e26bf44d98874b8192534e076b +Size (Class-Std-v0.0.8.tar.gz) = 31100 bytes |