pkgsrc/math/p5-Math-Random/Makefile
wiz 0ec0435b7e 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.
2009-02-22 16:21:11 +00:00

20 lines
466 B
Makefile

# $NetBSD: Makefile,v 1.8 2009/02/22 16:21:11 wiz Exp $
#
DISTNAME= Math-Random-0.71
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
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Math/Random/.packlist
REPLACE_PERL= example.pl
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"