diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 05:52:54 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 05:52:54 +0000 |
commit | 3982ced0ba5fd81925a7c8eb0ec335313cbf01bb (patch) | |
tree | b6378413b022d42cf3b4b1c7087c1f58ebe6f7a2 /security/p5-openxpki-client-html-mason | |
parent | 996f1f37d7200b0f26202b8f2e8a0e65943d1b3a (diff) |
Notes
Diffstat (limited to 'security/p5-openxpki-client-html-mason')
-rw-r--r-- | security/p5-openxpki-client-html-mason/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-openxpki-client-html-mason/Makefile b/security/p5-openxpki-client-html-mason/Makefile index c0a06081fd7d..498e26e2443a 100644 --- a/security/p5-openxpki-client-html-mason/Makefile +++ b/security/p5-openxpki-client-html-mason/Makefile @@ -17,9 +17,9 @@ MAINTAINER= svysh@pn.sinp.msu.ru COMMENT= Web interface for local openxpki daemon BUILD_DEPENDS= \ - ${SITE_PERL}/OpenXPKI/Client.pm:${PORTSDIR}/security/p5-openxpki-client \ - ${SITE_PERL}/Apache/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \ - ${SITE_PERL}/Data/SpreadPagination.pm:${PORTSDIR}/textproc/p5-Data-SpreadPagination + p5-openxpki-client>=0:${PORTSDIR}/security/p5-openxpki-client \ + p5-HTML-Mason>=0:${PORTSDIR}/www/p5-HTML-Mason \ + p5-Data-SpreadPagination>=0:${PORTSDIR}/textproc/p5-Data-SpreadPagination RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= OpenXPKI::Client::HTML::Mason.3 \ |