summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-11-07 10:36:06 +0000
committerwiz <wiz@pkgsrc.org>2016-11-07 10:36:06 +0000
commitc9c72ee860e0da0a8588213706d279b5b2d14bae (patch)
treead1debaecad3717e9bf197fe8dc212f70e8a75dd
parent86b44352747a3202d6711716646d58b3c216424b (diff)
downloadpkgsrc-c9c72ee860e0da0a8588213706d279b5b2d14bae.tar.gz
Import p5-Importer-0.024 as devel/p5-Importer.
This module acts as a layer between Exporter and modules which consume exports. It is feature-compatible with Exporter, plus some much needed extras. You can use this to import symbols from any exporter that follows Exporters specification. The exporter modules themselves do not need to use or inherit from the Exporter module, they just need to set @EXPORT and/or other variables.
-rw-r--r--devel/p5-Importer/DESCR6
-rw-r--r--devel/p5-Importer/Makefile16
-rw-r--r--devel/p5-Importer/distinfo6
3 files changed, 28 insertions, 0 deletions
diff --git a/devel/p5-Importer/DESCR b/devel/p5-Importer/DESCR
new file mode 100644
index 00000000000..8a02f1f8b2d
--- /dev/null
+++ b/devel/p5-Importer/DESCR
@@ -0,0 +1,6 @@
+This module acts as a layer between Exporter and modules which
+consume exports. It is feature-compatible with Exporter, plus some
+much needed extras. You can use this to import symbols from any
+exporter that follows Exporters specification. The exporter modules
+themselves do not need to use or inherit from the Exporter module,
+they just need to set @EXPORT and/or other variables.
diff --git a/devel/p5-Importer/Makefile b/devel/p5-Importer/Makefile
new file mode 100644
index 00000000000..5cbd43a3462
--- /dev/null
+++ b/devel/p5-Importer/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2016/11/07 10:36:06 wiz Exp $
+
+DISTNAME= Importer-0.024
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/EX/EXODIST/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Importer/
+COMMENT= Perl5 module for exporting symbols
+LICENSE= ${PERL5_LICENSE}
+
+PERL5_PACKLIST= auto/Importer/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Importer/distinfo b/devel/p5-Importer/distinfo
new file mode 100644
index 00000000000..f4d4e4c8000
--- /dev/null
+++ b/devel/p5-Importer/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/11/07 10:36:06 wiz Exp $
+
+SHA1 (Importer-0.024.tar.gz) = fbb3c1aa9fd88e539037c2eb2f8ee4ca740024a6
+RMD160 (Importer-0.024.tar.gz) = 5c6646cb4d5eae3f0b91f15947f61fd5b9fb80ff
+SHA512 (Importer-0.024.tar.gz) = f368f19a63fd52b88886b1ba6d51716050db8f475628238d16d2962ab7d6c21d6818205a82c86cc7f254736eb1c261dd6abd606dfcb16ca675e84898d03cab32
+Size (Importer-0.024.tar.gz) = 41264 bytes