summaryrefslogtreecommitdiff
path: root/devel/p5-Readonly/Makefile
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
commit0361880f35daaf16e7457bdefdc4252a9af84290 (patch)
treedc9d1fddd435659f4dd7eaa1ed545e003baea863 /devel/p5-Readonly/Makefile
parent75edee0f391df716163d8a9a3e16bd5c805d8548 (diff)
downloadpkgsrc-0361880f35daaf16e7457bdefdc4252a9af84290.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.
Diffstat (limited to 'devel/p5-Readonly/Makefile')
-rw-r--r--devel/p5-Readonly/Makefile17
1 files changed, 17 insertions, 0 deletions
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"