diff options
Diffstat (limited to 'textproc/p5-String-Random/Makefile')
-rw-r--r-- | textproc/p5-String-Random/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
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" |