diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Readonly/DESCR | 4 | ||||
-rw-r--r-- | devel/p5-Readonly/Makefile | 17 | ||||
-rw-r--r-- | devel/p5-Readonly/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-Readonly/distinfo | 5 |
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 |