diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-12-25 18:44:50 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-12-25 18:44:50 +0000 |
commit | fd557e2acdcdb55a61f58a717cefa02e5e9c9265 (patch) | |
tree | c56288c8da504fd9985c96899de940f3e9f8898c /math/p5-Math-RandomOrg/Makefile | |
parent | d8bc04c3d3e7d33bf44b4f9c3b8e948b749428e8 (diff) |
Notes
Diffstat (limited to 'math/p5-Math-RandomOrg/Makefile')
-rw-r--r-- | math/p5-Math-RandomOrg/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/p5-Math-RandomOrg/Makefile b/math/p5-Math-RandomOrg/Makefile index 93e705f19937..9c1330168a01 100644 --- a/math/p5-Math-RandomOrg/Makefile +++ b/math/p5-Math-RandomOrg/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Math-RandomOrg -PORTVERSION= 0.03 +PORTVERSION= 0.04 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Math @@ -15,7 +15,8 @@ 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 +BUILD_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= Math::RandomOrg.3 |