summaryrefslogtreecommitdiff
path: root/math/p5-Math-Random/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2004-12-29 01:19:13 +0000
committerwiz <wiz>2004-12-29 01:19:13 +0000
commitfdd9ddd7d5bd7a5be367ae23d625a3d391253f10 (patch)
tree108abe41693e8f700799044ecb79331142c0249a /math/p5-Math-Random/Makefile
parenta35687adc24d01cc958607967e65efe3271057ad (diff)
downloadpkgsrc-fdd9ddd7d5bd7a5be367ae23d625a3d391253f10.tar.gz
Initial import of p5-Math-Random-0.67 from pkgsrc-wip, packaged by imil.
This module generates a variety of random numbers. Capabilities of wide interest include the generation of: . uniform numbers between 0 and 1 (or user chosen boundaries) . random integers between user specified bounds . random permutations of a list (shuffle a deck of cards)
Diffstat (limited to 'math/p5-Math-Random/Makefile')
-rw-r--r--math/p5-Math-Random/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/math/p5-Math-Random/Makefile b/math/p5-Math-Random/Makefile
new file mode 100644
index 00000000000..eb141bd97fe
--- /dev/null
+++ b/math/p5-Math-Random/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/12/29 01:19:13 wiz Exp $
+#
+
+DISTNAME= Math-Random-0.67
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= math perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
+
+MAINTAINER= imil@gcu.info
+HOMEPAGE= http://search.cpan.org/dist/Math-Random/
+COMMENT= Random number generators
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Math/Random/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"