diff options
author | miwi <miwi@FreeBSD.org> | 2011-03-18 00:05:22 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-03-18 00:05:22 +0800 |
commit | e3207f6ea6152c8b2b15e5c8841d507983a7d5c0 (patch) | |
tree | 8eed2cd23461e0ea4a81531926c893cd29dd106f /math/p5-Math-Random-Secure | |
parent | c676da91b8633449dd874160a5f62793f7f43b48 (diff) | |
download | freebsd-ports-gnome-e3207f6ea6152c8b2b15e5c8841d507983a7d5c0.tar.gz freebsd-ports-gnome-e3207f6ea6152c8b2b15e5c8841d507983a7d5c0.tar.zst freebsd-ports-gnome-e3207f6ea6152c8b2b15e5c8841d507983a7d5c0.zip |
Cryptographically-secure, cross-platform replacement for rand()
WWW: http://search.cpan.org/dist/Math-Random-Secure
PR: ports/155574
Submitted by: Dereckson <dereckson at gmail.com>
Diffstat (limited to 'math/p5-Math-Random-Secure')
-rw-r--r-- | math/p5-Math-Random-Secure/Makefile | 29 | ||||
-rw-r--r-- | math/p5-Math-Random-Secure/distinfo | 2 | ||||
-rw-r--r-- | math/p5-Math-Random-Secure/pkg-descr | 3 | ||||
-rw-r--r-- | math/p5-Math-Random-Secure/pkg-plist | 9 |
4 files changed, 43 insertions, 0 deletions
diff --git a/math/p5-Math-Random-Secure/Makefile b/math/p5-Math-Random-Secure/Makefile new file mode 100644 index 000000000000..b9be5afc004c --- /dev/null +++ b/math/p5-Math-Random-Secure/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: Math::Random::Secure +# Date created: 15 March 2011 +# Whom: Dereckson <dereckson@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= Math-Random-Secure +PORTVERSION= 0.06 +CATEGORIES= math perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= dereckson@gmail.com +COMMENT= Cryptographically-secure rand function + +TEST_DEPENDS= p5-Test-Warn>0:${PORTSDIR}/devel/p5-Test-Warn +BUILD_DEPENDS= p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils +RUN_DEPENDS= p5-Any-Moose>0:${PORTSDIR}/devel/p5-Any-Moose \ + p5-Math-Random-ISAAC>=1.0.1:${PORTSDIR}/math/p5-Math-Random-ISAAC \ + p5-Crypt-Random-Source>=0.07:${PORTSDIR}/security/p5-Crypt-Random-Source + +PERL_CONFIGURE= yes + +MAN3= Math::Random::Secure.3 Math::Random::Secure::RNG.3 + +LICENSE= ART20 + +.include <bsd.port.mk> diff --git a/math/p5-Math-Random-Secure/distinfo b/math/p5-Math-Random-Secure/distinfo new file mode 100644 index 000000000000..f5afbab26986 --- /dev/null +++ b/math/p5-Math-Random-Secure/distinfo @@ -0,0 +1,2 @@ +SHA256 (Math-Random-Secure-0.06.tar.gz) = 2cb3736cbe34d674df598ffaf6efd9b8546dfecb833041935a13ea41d181220d +SIZE (Math-Random-Secure-0.06.tar.gz) = 13793 diff --git a/math/p5-Math-Random-Secure/pkg-descr b/math/p5-Math-Random-Secure/pkg-descr new file mode 100644 index 000000000000..1f3d8852adeb --- /dev/null +++ b/math/p5-Math-Random-Secure/pkg-descr @@ -0,0 +1,3 @@ +Cryptographically-secure, cross-platform replacement for rand() + +WWW: http://search.cpan.org/dist/Math-Random-Secure diff --git a/math/p5-Math-Random-Secure/pkg-plist b/math/p5-Math-Random-Secure/pkg-plist new file mode 100644 index 000000000000..8b11a83bb726 --- /dev/null +++ b/math/p5-Math-Random-Secure/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/Math/Random/Secure.pm +%%SITE_PERL%%/Math/Random/Secure/RNG.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/Secure/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/Secure +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrm %%SITE_PERL%%/Math/Random/Secure +@dirrmtry %%SITE_PERL%%/Math/Random +@dirrmtry %%SITE_PERL%%/Math |