diff options
| author | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-29 20:53:35 +0000 |
|---|---|---|
| committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-29 20:53:35 +0000 |
| commit | ea2c977e7fa0f3ac24f96e8056720b511c59a091 (patch) | |
| tree | 8ad76ee4719a0eb6cc42f8275be882b4213b3a09 /math/p5-Math-RandomOrg/Makefile | |
| parent | 78e7a60e213462de54bb4cb9f907eb7c4dc3900b (diff) | |
Notes
Diffstat (limited to 'math/p5-Math-RandomOrg/Makefile')
| -rw-r--r-- | math/p5-Math-RandomOrg/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/math/p5-Math-RandomOrg/Makefile b/math/p5-Math-RandomOrg/Makefile new file mode 100644 index 000000000000..6c39a981c1a5 --- /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> |
