diff options
author | Michael Haro <mharo@FreeBSD.org> | 2005-01-09 21:27:20 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2005-01-09 21:27:20 +0000 |
commit | 2b8be1122df2fc0db7d8456ae504d043ac43a2fe (patch) | |
tree | a552e6843187dc6d901a5a058e6b48e22639fc42 /security/p5-Crypt-Random | |
parent | 7d0b47b3dcf2555e78d43da574d7517140a60889 (diff) |
Notes
Diffstat (limited to 'security/p5-Crypt-Random')
-rw-r--r-- | security/p5-Crypt-Random/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/p5-Crypt-Random/Makefile b/security/p5-Crypt-Random/Makefile index bc4e9375080d..cea62b9a47e6 100644 --- a/security/p5-Crypt-Random/Makefile +++ b/security/p5-Crypt-Random/Makefile @@ -15,10 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= mharo@FreeBSD.org COMMENT= Cryptographically Secure, True Random Number Generator -PERLBASE= ${SITE_PERL} - -BUILD_DEPENDS= ${PERLBASE}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari \ - ${PERLBASE}/Class/Loader.pm:${PORTSDIR}/devel/p5-Class-Loader +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari \ + ${SITE_PERL}/Class/Loader.pm:${PORTSDIR}/devel/p5-Class-Loader +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |