diff options
author | aaron <aaron@FreeBSD.org> | 2006-05-29 20:53:35 +0000 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-05-29 20:53:35 +0000 |
commit | 44fcc7626aafd566c4aa48b020870889194b965f (patch) | |
tree | 67880ba854cc0fc961405326cc11fe0aac3135a5 /math/p5-Math-RandomOrg | |
parent | ef5f188e9e6ee24bf442949f0e911e71393505c4 (diff) | |
download | FreeBSD-ports-44fcc7626aafd566c4aa48b020870889194b965f.zip FreeBSD-ports-44fcc7626aafd566c4aa48b020870889194b965f.tar.gz |
Adding port math/p5-Math-RandomOrg, Retrieve random numbers and data from random.org.
Approved by: tobez (implicit)
Diffstat (limited to 'math/p5-Math-RandomOrg')
-rw-r--r-- | math/p5-Math-RandomOrg/Makefile | 31 | ||||
-rw-r--r-- | math/p5-Math-RandomOrg/distinfo | 2 | ||||
-rw-r--r-- | math/p5-Math-RandomOrg/pkg-descr | 7 | ||||
-rw-r--r-- | math/p5-Math-RandomOrg/pkg-plist | 5 |
4 files changed, 45 insertions, 0 deletions
diff --git a/math/p5-Math-RandomOrg/Makefile b/math/p5-Math-RandomOrg/Makefile new file mode 100644 index 0000000..6c39a98 --- /dev/null +++ b/math/p5-Math-RandomOrg/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: p5-Math-RandomOrg +# Date created: 29 May 2006 +# Whom: Aaron Dalton <aaron@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Math-RandomOrg +PORTVERSION= 0.02 +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Math +PKGNAMEPREFIX= p5- + +MAINTAINER= aaron@FreeBSD.org +COMMENT= Retrieve random numbers and data from random.org + +BUILD_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= ${BUILD_DEPENDS} + +MAN3= Math::RandomOrg.3 + +PERL_CONFIGURE= yes + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/math/p5-Math-RandomOrg/distinfo b/math/p5-Math-RandomOrg/distinfo new file mode 100644 index 0000000..1d6e9e0 --- /dev/null +++ b/math/p5-Math-RandomOrg/distinfo @@ -0,0 +1,2 @@ +MD5 (Math-RandomOrg-0.02.tar.gz) = 1afcfeee3f1770fb31199887a6c77eeb +SIZE (Math-RandomOrg-0.02.tar.gz) = 2851 diff --git a/math/p5-Math-RandomOrg/pkg-descr b/math/p5-Math-RandomOrg/pkg-descr new file mode 100644 index 0000000..38f7f93 --- /dev/null +++ b/math/p5-Math-RandomOrg/pkg-descr @@ -0,0 +1,7 @@ +Math::RandomOrg provides functions for retrieving random data from the +random.org server. Data may be retrieved in an integer or byte-stream +format using the randnum and randbyte functions respectively. + +WWW: http://search.cpan.org/dist/Math-RandomOrg + http://random.org +Author: Gregory Williams <greg@evilfunhouse.com> diff --git a/math/p5-Math-RandomOrg/pkg-plist b/math/p5-Math-RandomOrg/pkg-plist new file mode 100644 index 0000000..ae791fd --- /dev/null +++ b/math/p5-Math-RandomOrg/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Math/RandomOrg.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/RandomOrg/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/RandomOrg +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/Math |