add p5-Math-Random
Random number generators PR: 28715 Submitted by: Sergey Skvortsov <skv@protey.ru>
This commit is contained in:
22
math/p5-Math-Random/Makefile
Normal file
22
math/p5-Math-Random/Makefile
Normal 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>
|
||||
1
math/p5-Math-Random/distinfo
Normal file
1
math/p5-Math-Random/distinfo
Normal file
@@ -0,0 +1 @@
|
||||
MD5 (Math-Random-0.61.tar.gz) = 844197763ebc45669841bf8700f85f44
|
||||
1
math/p5-Math-Random/pkg-comment
Normal file
1
math/p5-Math-Random/pkg-comment
Normal file
@@ -0,0 +1 @@
|
||||
Random number generators
|
||||
2
math/p5-Math-Random/pkg-descr
Normal file
2
math/p5-Math-Random/pkg-descr
Normal 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.
|
||||
8
math/p5-Math-Random/pkg-plist
Normal file
8
math/p5-Math-Random/pkg-plist
Normal 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
|
||||
Reference in New Issue
Block a user