diff options
author | seb <seb@pkgsrc.org> | 2007-05-09 02:56:53 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2007-05-09 02:56:53 +0000 |
commit | 0361880f35daaf16e7457bdefdc4252a9af84290 (patch) | |
tree | dc9d1fddd435659f4dd7eaa1ed545e003baea863 /devel/p5-Readonly/Makefile | |
parent | 75edee0f391df716163d8a9a3e16bd5c805d8548 (diff) | |
download | pkgsrc-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/Makefile | 17 |
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" |