add p5-Math-Random

Random number generators

PR:		28715
Submitted by:	Sergey Skvortsov <skv@protey.ru>
This commit is contained in:
Ying-Chieh Liao
2001-07-06 16:30:40 +00:00
parent 4fa23ba4a6
commit b6bd3532cd
6 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# New ports collection makefile for: Math::Random
# Date created: 5 Jul 2001
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Math-Random
PORTVERSION= 0.61
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Math
PKGNAMEPREFIX= p5-
MAINTAINER= skv@protey.ru
PERL_CONFIGURE= yes
MAN3= Math::Random.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@@ -0,0 +1 @@
MD5 (Math-Random-0.61.tar.gz) = 844197763ebc45669841bf8700f85f44

View File

@@ -0,0 +1 @@
Random number generators

View File

@@ -0,0 +1,2 @@
Math::Random is a Perl port of the C version of randlib,
which is a suite of routines for generating random deviates.

View File

@@ -0,0 +1,8 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Random/.packlist
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Math/Random.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Math/example.pl
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Random/Random.bs
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Random/Random.so
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Random 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Math 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true