diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-String-Random/DESCR | 1 | ||||
-rw-r--r-- | textproc/p5-String-Random/Makefile | 17 | ||||
-rw-r--r-- | textproc/p5-String-Random/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-String-Random/distinfo | 5 |
4 files changed, 24 insertions, 0 deletions
diff --git a/textproc/p5-String-Random/DESCR b/textproc/p5-String-Random/DESCR new file mode 100644 index 00000000000..4f561443de9 --- /dev/null +++ b/textproc/p5-String-Random/DESCR @@ -0,0 +1 @@ +String::Approx makes it trivial to generate random strings. diff --git a/textproc/p5-String-Random/Makefile b/textproc/p5-String-Random/Makefile new file mode 100644 index 00000000000..40ce73fe560 --- /dev/null +++ b/textproc/p5-String-Random/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/04/07 13:07:22 he Exp $ +# + +DISTNAME= String-Random-0.22 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/String-Random/ +COMMENT= Generate random strings based on a pattern + +PERL5_PACKLIST= auto/String/Random/.packlist +PERL5_MODULE_TYPE= Module::Build + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-String-Random/PLIST b/textproc/p5-String-Random/PLIST new file mode 100644 index 00000000000..d29655eed0f --- /dev/null +++ b/textproc/p5-String-Random/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/07 13:07:22 he Exp $ diff --git a/textproc/p5-String-Random/distinfo b/textproc/p5-String-Random/distinfo new file mode 100644 index 00000000000..e4a094ebd67 --- /dev/null +++ b/textproc/p5-String-Random/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/04/07 13:07:22 he Exp $ + +SHA1 (String-Random-0.22.tar.gz) = 95f028f64caf13b75b871e4545556d6f8be6653b +RMD160 (String-Random-0.22.tar.gz) = 9159b9f9955b650ff616e14eea2b314454e03819 +Size (String-Random-0.22.tar.gz) = 7629 bytes |