diff options
author | sno <sno@pkgsrc.org> | 2009-05-29 07:27:20 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-05-29 07:27:20 +0000 |
commit | 1c01fabb156f32db73944ecee988e99ef33d5c6b (patch) | |
tree | c7ef51171ee4f637c56ab8e63c0435333afed9cc /devel | |
parent | 0934ecdf4b5d384d5c8e54a6e1b5372d771952c8 (diff) | |
download | pkgsrc-1c01fabb156f32db73944ecee988e99ef33d5c6b.tar.gz |
Importing package for p5 module String::PerlIdentifier 0.05 as dependency
for scheduled import of devel/p5-File-Save-Home 0.08.
This module automatically exports a single subroutine, make_varname(), which
returns a string composed of random characters that qualifies as the name for
a Perl variable. The characters are limited to upper- and lower-case letters
in the English alphabet, the numerals from 0 through 9 and the underscore
character. The first character may not be a numeral.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-String-PerlIdentifier/DESCR | 5 | ||||
-rw-r--r-- | devel/p5-String-PerlIdentifier/Makefile | 20 | ||||
-rw-r--r-- | devel/p5-String-PerlIdentifier/distinfo | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/devel/p5-String-PerlIdentifier/DESCR b/devel/p5-String-PerlIdentifier/DESCR new file mode 100644 index 00000000000..e94af3d6c7b --- /dev/null +++ b/devel/p5-String-PerlIdentifier/DESCR @@ -0,0 +1,5 @@ +This module automatically exports a single subroutine, make_varname(), which +returns a string composed of random characters that qualifies as the name for +a Perl variable. The characters are limited to upper- and lower-case letters +in the English alphabet, the numerals from 0 through 9 and the underscore +character. The first character may not be a numeral. diff --git a/devel/p5-String-PerlIdentifier/Makefile b/devel/p5-String-PerlIdentifier/Makefile new file mode 100644 index 00000000000..07f02defa45 --- /dev/null +++ b/devel/p5-String-PerlIdentifier/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/05/29 07:27:20 sno Exp $ +# + +DISTNAME= String-PerlIdentifier-0.05 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/String-PerlIdentifier/ +COMMENT= Generate a random name for a Perl variable +#LICENSE= ${PERL_LICENSE} + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/String/PerlIdentifier/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-String-PerlIdentifier/distinfo b/devel/p5-String-PerlIdentifier/distinfo new file mode 100644 index 00000000000..5795a3ab961 --- /dev/null +++ b/devel/p5-String-PerlIdentifier/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/05/29 07:27:20 sno Exp $ + +SHA1 (String-PerlIdentifier-0.05.tar.gz) = 583f2a8f6484dcbcd54b2ecbe2b76b8919af6980 +RMD160 (String-PerlIdentifier-0.05.tar.gz) = d56cbf9064e9f88d9a8badc43285860f700eaa37 +Size (String-PerlIdentifier-0.05.tar.gz) = 13278 bytes |