diff options
author | abs <abs> | 2007-06-10 11:39:31 +0000 |
---|---|---|
committer | abs <abs> | 2007-06-10 11:39:31 +0000 |
commit | fd814e224ccc5ef3b72488729e4691f1af53f928 (patch) | |
tree | 0513dc7665cc6be92f7f46733433080c479e95d6 /devel | |
parent | c6d2697e5a8c10dbb4cf9cc09b6a588b772cf2b3 (diff) | |
download | pkgsrc-fd814e224ccc5ef3b72488729e4691f1af53f928.tar.gz |
Added devel/p5-Sub-Exporter version 0.974
Sub::Exporter provides a sophisticated alternative to Exporter.pm.
It allows for renaming, currying/sub-generation, and other cool
stuff.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Sub-Exporter/DESCR | 3 | ||||
-rw-r--r-- | devel/p5-Sub-Exporter/Makefile | 19 | ||||
-rw-r--r-- | devel/p5-Sub-Exporter/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-Sub-Exporter/distinfo | 5 |
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/p5-Sub-Exporter/DESCR b/devel/p5-Sub-Exporter/DESCR new file mode 100644 index 00000000000..860b94edba6 --- /dev/null +++ b/devel/p5-Sub-Exporter/DESCR @@ -0,0 +1,3 @@ +Sub::Exporter provides a sophisticated alternative to Exporter.pm. +It allows for renaming, currying/sub-generation, and other cool +stuff. diff --git a/devel/p5-Sub-Exporter/Makefile b/devel/p5-Sub-Exporter/Makefile new file mode 100644 index 00000000000..f782d6d1d5b --- /dev/null +++ b/devel/p5-Sub-Exporter/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/06/10 11:39:31 abs Exp $ + +DISTNAME= Sub-Exporter-0.974 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sub/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Sub-Exporter/ +COMMENT= Sophisticated exporter for custom-built routines + +PERL5_PACKLIST= auto/Sub/Exporter/.packlist + +DEPENDS+= p5-Sub-Install>=0.92:../../devel/p5-Sub-Install +DEPENDS+= p5-Params-Util>=0.14:../../devel/p5-Params-Util +DEPENDS+= p5-Data-OptList>=0.1:../../devel/p5-Data-OptList + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Sub-Exporter/PLIST b/devel/p5-Sub-Exporter/PLIST new file mode 100644 index 00000000000..20611d7839c --- /dev/null +++ b/devel/p5-Sub-Exporter/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/06/10 11:39:31 abs Exp $ diff --git a/devel/p5-Sub-Exporter/distinfo b/devel/p5-Sub-Exporter/distinfo new file mode 100644 index 00000000000..5eaf9f7c11d --- /dev/null +++ b/devel/p5-Sub-Exporter/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/06/10 11:39:31 abs Exp $ + +SHA1 (Sub-Exporter-0.974.tar.gz) = fa51f97899a29a78df61dc36051c624e95414543 +RMD160 (Sub-Exporter-0.974.tar.gz) = 180666d554cafe3c62d755248b2b0d39abbb6e32 +Size (Sub-Exporter-0.974.tar.gz) = 44209 bytes |