diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-10-26 07:55:37 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-10-26 07:55:37 +0000 |
commit | 868cb0f55356bda1a83f20c6009588136aa8b409 (patch) | |
tree | 7c9ec7836731b6900d1030dee9787124d835433d /security/p5-CSP | |
parent | 98ec9a1b75899f665b2e3a80daa1e72caedaa4ab (diff) | |
download | ports-868cb0f55356bda1a83f20c6009588136aa8b409.tar.gz ports-868cb0f55356bda1a83f20c6009588136aa8b409.zip |
Notes
Diffstat (limited to 'security/p5-CSP')
-rw-r--r-- | security/p5-CSP/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-CSP/Makefile b/security/p5-CSP/Makefile index 0541a9f0a8d7..94f9fa5779b8 100644 --- a/security/p5-CSP/Makefile +++ b/security/p5-CSP/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= lx@FreeBSD.org COMMENT= A Perl tool for managing Certificate Authorities -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ +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 RUN_DEPENDS= ${BUILD_DEPENDS} |