diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-06-29 00:24:07 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-06-29 00:24:07 +0000 |
commit | c10e8416214007946bb59d33b3e0b55842de8247 (patch) | |
tree | 39e6d58b40512a967e34c681da8f11fa38e9b7c4 /security/p5-openxpki-client-scep/Makefile | |
parent | 11c7e568216625952d1a2d0713a53276009dc5d0 (diff) |
- Update to 0.9.1119
PR: 125046
Submitted by: Sergei Vyshenski <svysh@pn.sinp.msu.ru> (maintainer)
Notes
Notes:
svn path=/head/; revision=215924
Diffstat (limited to 'security/p5-openxpki-client-scep/Makefile')
-rw-r--r-- | security/p5-openxpki-client-scep/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-openxpki-client-scep/Makefile b/security/p5-openxpki-client-scep/Makefile index 77a2304502f6..7a90380f9c1d 100644 --- a/security/p5-openxpki-client-scep/Makefile +++ b/security/p5-openxpki-client-scep/Makefile @@ -6,8 +6,7 @@ # PORTNAME= openxpki-client-scep -PORTVERSION= 0.9.957 -PORTREVISION= 1 +PORTVERSION= 0.9.1119 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= openxpki @@ -20,7 +19,8 @@ COMMENT= Client for SCEP requests to openxpki server BUILD_DEPENDS= \ ${SITE_PERL}/Config/Std.pm:${PORTSDIR}/devel/p5-Config-Std \ - ${SITE_PERL}/OpenXPKI/Client.pm:${PORTSDIR}/security/p5-openxpki-client + ${SITE_PERL}/OpenXPKI/Client.pm:${PORTSDIR}/security/p5-openxpki-client \ + ${SITE_PERL}/${PERL_ARCH}/NetAddr/IP.pm:${PORTSDIR}/net-mgmt/p5-NetAddr-IP RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= OpenXPKI::Client::SCEP.3 |