diff options
Diffstat (limited to 'security/p5-openxpki-client-html-mason/Makefile')
-rw-r--r-- | security/p5-openxpki-client-html-mason/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/security/p5-openxpki-client-html-mason/Makefile b/security/p5-openxpki-client-html-mason/Makefile index cfaa9f3a9aa4..86a350db62c4 100644 --- a/security/p5-openxpki-client-html-mason/Makefile +++ b/security/p5-openxpki-client-html-mason/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openxpki-client-html-mason -PORTVERSION= 0.9.725 +PORTVERSION= 0.9.783 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= openxpki @@ -14,15 +14,18 @@ PKGNAMEPREFIX= p5- DISTNAME= OpenXPKI-Client-HTML-Mason-${PORTVERSION} DIST_SUBDIR= openxpki -MAINTAINER= svysh@cryptocom.ru +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}/Apache/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \ + ${SITE_PERL}/Data/SpreadPagination.pm:${PORTSDIR}/textproc/p5-Data-SpreadPagination RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= OpenXPKI::Client::HTML::Mason.3 \ + OpenXPKI::Client::HTML::Mason::CRR.3 \ + OpenXPKI::Client::HTML::Mason::Config.3 \ OpenXPKI::Client::HTML::Mason::Javascript.3 \ OpenXPKI::Client::HTML::Mason::Menu.3 USE_PERL5= yes |