diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 12:42:52 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 12:42:52 +0000 |
commit | c9b4f372f45de0fc56af0a64e1f851a1e22a9279 (patch) | |
tree | 7f80c1c66cbf0347e6332598f6c4b63f7fff070a /security/p5-CSP | |
parent | 657447da66b38ad1fbbfe5d9829ede801ebd2923 (diff) |
Notes
Diffstat (limited to 'security/p5-CSP')
-rw-r--r-- | security/p5-CSP/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-CSP/Makefile b/security/p5-CSP/Makefile index a2d410857e12..3dc676e8c2bd 100644 --- a/security/p5-CSP/Makefile +++ b/security/p5-CSP/Makefile @@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= lx@FreeBSD.org COMMENT= A Perl tool for managing Certificate Authorities -BUILD_DEPENDS= ${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ - ${SITE_PERL}/Term/Prompt.pm:${PORTSDIR}/devel/p5-Term-Prompt \ - ${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run +BUILD_DEPENDS= p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc \ + p5-Term-Prompt>=0:${PORTSDIR}/devel/p5-Term-Prompt \ + p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |