diff options
author | seb <seb@pkgsrc.org> | 2008-09-08 00:04:06 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2008-09-08 00:04:06 +0000 |
commit | c466a4a22521b6566d585c321684b23cca74d748 (patch) | |
tree | 21076e7909fbeabdb8f2c9d6a06c7abaf295442d /devel/p5-SUPER | |
parent | 1bcc8ebc3514650d77a9e2129f790a7d9baa727b (diff) | |
download | pkgsrc-c466a4a22521b6566d585c321684b23cca74d748.tar.gz |
Initial import of p5-SUPER version 1.16 in the NetBSD Packages
Collection.
The Perl 5 module SUPER provides nice equivalents to the Perl syntax
for calling a superclass method.
Diffstat (limited to 'devel/p5-SUPER')
-rw-r--r-- | devel/p5-SUPER/DESCR | 2 | ||||
-rw-r--r-- | devel/p5-SUPER/Makefile | 21 | ||||
-rw-r--r-- | devel/p5-SUPER/distinfo | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/devel/p5-SUPER/DESCR b/devel/p5-SUPER/DESCR new file mode 100644 index 00000000000..214c649b767 --- /dev/null +++ b/devel/p5-SUPER/DESCR @@ -0,0 +1,2 @@ +The Perl 5 module SUPER provides nice equivalents to the Perl syntax +for calling a superclass method. diff --git a/devel/p5-SUPER/Makefile b/devel/p5-SUPER/Makefile new file mode 100644 index 00000000000..372082d4cd4 --- /dev/null +++ b/devel/p5-SUPER/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/09/08 00:04:06 seb Exp $ +# + +DISTNAME= SUPER-1.16 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 net +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SUPER/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/SUPER/ +COMMENT= Perl 5 module to control superclass method dispatch + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/SUPER/.packlist + +DEPENDS+= p5-Sub-Identify-[0-9]*:../../devel/p5-Sub-Identify + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-SUPER/distinfo b/devel/p5-SUPER/distinfo new file mode 100644 index 00000000000..1ec78f002fe --- /dev/null +++ b/devel/p5-SUPER/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/09/08 00:04:06 seb Exp $ + +SHA1 (SUPER-1.16.tar.gz) = 81e541623505d075e6bc561988e03d1d0c24f0e7 +RMD160 (SUPER-1.16.tar.gz) = b4faefedd019bcad057c12b0f1cb6f1816d6358a +Size (SUPER-1.16.tar.gz) = 7749 bytes |