diff options
author | he <he@pkgsrc.org> | 2008-07-26 19:51:37 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-07-26 19:51:37 +0000 |
commit | c54688e974ae99acac7c0642e0f34b3565ba294b (patch) | |
tree | e08b9093de10aa81adfe06ba539052145703b8ec /devel | |
parent | 42bb0100689d6cccd5f6c6115fbf09b80ea08980 (diff) | |
download | pkgsrc-c54688e974ae99acac7c0642e0f34b3565ba294b.tar.gz |
Import p5-CLASS version 1.00 (from pkgsrc-wip, more or less).
CLASS and $CLASS are both synonyms for __PACKAGE__. Easier to type.
$CLASS has the additional benefit of working in strings.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-CLASS/DESCR | 3 | ||||
-rw-r--r-- | devel/p5-CLASS/Makefile | 16 | ||||
-rw-r--r-- | devel/p5-CLASS/distinfo | 5 |
3 files changed, 24 insertions, 0 deletions
diff --git a/devel/p5-CLASS/DESCR b/devel/p5-CLASS/DESCR new file mode 100644 index 00000000000..27ad93a8f4f --- /dev/null +++ b/devel/p5-CLASS/DESCR @@ -0,0 +1,3 @@ +CLASS and $CLASS are both synonyms for __PACKAGE__. Easier to type. + +$CLASS has the additional benefit of working in strings. diff --git a/devel/p5-CLASS/Makefile b/devel/p5-CLASS/Makefile new file mode 100644 index 00000000000..67f1d45f7d2 --- /dev/null +++ b/devel/p5-CLASS/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/07/26 19:51:37 he Exp $ +# + +DISTNAME= CLASS-1.00 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/MSCHWERN/} + +MAINTAINER= he@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/CLASS/ +COMMENT= Alias for __PACKAGE__ + +PERL5_PACKLIST= auto/CLASS/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-CLASS/distinfo b/devel/p5-CLASS/distinfo new file mode 100644 index 00000000000..4671e958d1c --- /dev/null +++ b/devel/p5-CLASS/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/07/26 19:51:37 he Exp $ + +SHA1 (CLASS-1.00.tar.gz) = 01b6b0fcdc12e13af7530a4531cfd152d7573d81 +RMD160 (CLASS-1.00.tar.gz) = cec0029443d935e839085b55de89c230567f2b28 +Size (CLASS-1.00.tar.gz) = 3579 bytes |