diff options
author | mharo <mharo@FreeBSD.org> | 2005-01-10 05:27:20 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2005-01-10 05:27:20 +0800 |
commit | f822e143aac4a99acef7c55916122210a649c0b0 (patch) | |
tree | 44ca1f2f522fc976ed3fc1f3bfcb6ec2a5040a58 /security/p5-Crypt-Random | |
parent | 51e94783c7bb4e8c6e4425d3a1dc924c3af50c45 (diff) | |
download | freebsd-ports-gnome-f822e143aac4a99acef7c55916122210a649c0b0.tar.gz freebsd-ports-gnome-f822e143aac4a99acef7c55916122210a649c0b0.tar.zst freebsd-ports-gnome-f822e143aac4a99acef7c55916122210a649c0b0.zip |
add RUN_DEPENDS
PR: 75803
Submitted by: ITO, Takayuki <yuki@euc.jp>
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 |