summaryrefslogtreecommitdiff
path: root/devel/p5-Task-Weaken
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2007-04-22 21:03:27 +0000
committerseb <seb@pkgsrc.org>2007-04-22 21:03:27 +0000
commit766d9cfcbb9cc869330bdff386f991256f0211a4 (patch)
treeebf8c4502ea034fa5da8a88cd96c7cd11db8f3ac /devel/p5-Task-Weaken
parente127f18305acecc22b5483eb725b99f76051cba2 (diff)
downloadpkgsrc-766d9cfcbb9cc869330bdff386f991256f0211a4.tar.gz
Initial import of p5-Task-Weaken version 0.99 into The NetBSD
Packages Collection. One recurring problem in Perl modules that use Scalar::Util's "weaken" function is that it is not present in the pure-perl variant. So if your module uses "weaken", you can just add the following to your Module::Install-based Makefile.PL (or equivalent): requires 'Task::Weaken';
Diffstat (limited to 'devel/p5-Task-Weaken')
-rw-r--r--devel/p5-Task-Weaken/DESCR5
-rw-r--r--devel/p5-Task-Weaken/Makefile17
-rw-r--r--devel/p5-Task-Weaken/PLIST1
-rw-r--r--devel/p5-Task-Weaken/distinfo5
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/p5-Task-Weaken/DESCR b/devel/p5-Task-Weaken/DESCR
new file mode 100644
index 00000000000..349f580f746
--- /dev/null
+++ b/devel/p5-Task-Weaken/DESCR
@@ -0,0 +1,5 @@
+One recurring problem in Perl modules that use Scalar::Util's
+"weaken" function is that it is not present in the pure-perl variant.
+So if your module uses "weaken", you can just add the following to
+your Module::Install-based Makefile.PL (or equivalent):
+ requires 'Task::Weaken';
diff --git a/devel/p5-Task-Weaken/Makefile b/devel/p5-Task-Weaken/Makefile
new file mode 100644
index 00000000000..dc86e3e8548
--- /dev/null
+++ b/devel/p5-Task-Weaken/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/04/22 21:03:27 seb Exp $
+#
+
+DISTNAME= Task-Weaken-0.99
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Task/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist//Task-Weaken/
+COMMENT= Perl 5 module to ensure that a platform has weaken support
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Task/Weaken/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Task-Weaken/PLIST b/devel/p5-Task-Weaken/PLIST
new file mode 100644
index 00000000000..bb66d7a62da
--- /dev/null
+++ b/devel/p5-Task-Weaken/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/22 21:03:27 seb Exp $
diff --git a/devel/p5-Task-Weaken/distinfo b/devel/p5-Task-Weaken/distinfo
new file mode 100644
index 00000000000..9ea772aa296
--- /dev/null
+++ b/devel/p5-Task-Weaken/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/04/22 21:03:27 seb Exp $
+
+SHA1 (Task-Weaken-0.99.tar.gz) = 7b78b929b8e63198a3154453b074e5853e63e276
+RMD160 (Task-Weaken-0.99.tar.gz) = ee2f1cefb771dd62156830af1a0e5b277884bd62
+Size (Task-Weaken-0.99.tar.gz) = 19917 bytes