summaryrefslogtreecommitdiff
path: root/math/p5-Math-Random/Makefile
diff options
context:
space:
mode:
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"