summaryrefslogtreecommitdiff
path: root/math/p5-Math-Random/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2009-02-22 16:21:11 +0000
committerwiz <wiz>2009-02-22 16:21:11 +0000
commit0bb3fc18bfcbf73c0311b859eee4c1da78a13db5 (patch)
treead36a11d9c683e920bb107367d2602f7e1b92755 /math/p5-Math-Random/Makefile
parent436a29d5dfe8fd6e0b1a714cc75b86b703fe3e20 (diff)
downloadpkgsrc-0bb3fc18bfcbf73c0311b859eee4c1da78a13db5.tar.gz
Update to 0.71:
0.68 Fri Jun 30 12:17:01 2006 - Added a new version of phrtsd and the phrtsd_orig option. 0.69 Tue Sep 12 08:55:10 2006 - Changed pow to exp at randlib.c[1040] to get around a bug with gcc under AIX. (Would it also be possible to avoid this by using -lmsaa rather than -lm?) 0.70 Fri Oct 12 16:30:18 2007 - Minor corrections to POD. 0.71 Tue Sep 16 15:38:06 2008 - Used $ARGV[0] rather than shift in Makefile.PL. Thanks to John Fong for the correction.
Diffstat (limited to 'math/p5-Math-Random/Makefile')
-rw-r--r--math/p5-Math-Random/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/p5-Math-Random/Makefile b/math/p5-Math-Random/Makefile
index 420cefd1dc5..35d4ac8b093 100644
--- a/math/p5-Math-Random/Makefile
+++ b/math/p5-Math-Random/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2008/10/19 19:18:21 he Exp $
+# $NetBSD: Makefile,v 1.8 2009/02/22 16:21:11 wiz Exp $
#
-DISTNAME= Math-Random-0.67
+DISTNAME= Math-Random-0.71
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}