diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-03-17 16:05:22 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-03-17 16:05:22 +0000 |
commit | b25129412835e6bd4e425dd6e7ce2bec348e9475 (patch) | |
tree | e68435a8f15b301f5d10c7c5308403a2b3aa33c6 /math/p5-Math-Random-Secure | |
parent | be7d6ee3175e93efe0e11bd5a2b1c7ed9b67f0a1 (diff) | |
download | ports-b25129412835e6bd4e425dd6e7ce2bec348e9475.tar.gz ports-b25129412835e6bd4e425dd6e7ce2bec348e9475.zip |
Notes
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 |