summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2007-05-09 02:56:53 +0000
committerseb <seb@pkgsrc.org>2007-05-09 02:56:53 +0000
commitf9b0267a558f394f3c8a65ff6e7bc3e18f54d5c4 (patch)
treedc9d1fddd435659f4dd7eaa1ed545e003baea863
parent390e69845a0e8ef32106b0556bf796434be7666b (diff)
downloadpkgsrc-f9b0267a558f394f3c8a65ff6e7bc3e18f54d5c4.tar.gz
Initial import of p5-Readonly version 1.03 into The NetBSD
Packages Collection. The Perl 5 module Readonly provides a facility for creating non-modifiable scalars, arrays, and hashes. This facility also overcomes the limitations of the Perl built-in mechanism (the "use constant" pragma) to create constant scalars and lists.
-rw-r--r--devel/p5-Readonly/DESCR4
-rw-r--r--devel/p5-Readonly/Makefile17
-rw-r--r--devel/p5-Readonly/PLIST1
-rw-r--r--devel/p5-Readonly/distinfo5
4 files changed, 27 insertions, 0 deletions
diff --git a/devel/p5-Readonly/DESCR b/devel/p5-Readonly/DESCR
new file mode 100644
index 00000000000..a69fbd4e6a8
--- /dev/null
+++ b/devel/p5-Readonly/DESCR
@@ -0,0 +1,4 @@
+The Perl 5 module Readonly provides a facility for creating
+non-modifiable scalars, arrays, and hashes. This facility also
+overcomes the limitations of the Perl built-in mechanism (the "use
+constant" pragma) to create constant scalars and lists.
diff --git a/devel/p5-Readonly/Makefile b/devel/p5-Readonly/Makefile
new file mode 100644
index 00000000000..d14368586ef
--- /dev/null
+++ b/devel/p5-Readonly/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/05/09 02:56:53 seb Exp $
+#
+
+DISTNAME= Readonly-1.03
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Readonly/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Readonly/
+COMMENT= Perl 5 module for creating read-only scalars, arrays and hashes
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Readonly/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Readonly/PLIST b/devel/p5-Readonly/PLIST
new file mode 100644
index 00000000000..7d9b6179f9d
--- /dev/null
+++ b/devel/p5-Readonly/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/09 02:56:53 seb Exp $
diff --git a/devel/p5-Readonly/distinfo b/devel/p5-Readonly/distinfo
new file mode 100644
index 00000000000..923e62c4255
--- /dev/null
+++ b/devel/p5-Readonly/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/05/09 02:56:53 seb Exp $
+
+SHA1 (Readonly-1.03.tar.gz) = 31220d04adc3b407cfe2d5bcb04d7ff07e923ab8
+RMD160 (Readonly-1.03.tar.gz) = 734555fa17b8d1dc9326c0998da1c561c4443bab
+Size (Readonly-1.03.tar.gz) = 13677 bytes