blob: 8b825e4c218e078e3ba211c1c64a960c7917946e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Created by: Sergei Vyshenski <svysh@pn.sinp.msu.ru>
# $FreeBSD$
PORTNAME= openxpki-client
PORTVERSION= 0.9.1284
CATEGORIES= security perl5
MASTER_SITES= SF/openxpki/openxpki/0.9.1300
PKGNAMEPREFIX= p5-
DISTNAME= OpenXPKI-Client-${PORTVERSION}
DIST_SUBDIR= openxpki
MAINTAINER= svysh.fbsd@gmail.com
COMMENT= Perl based trustcenter software for PKI: base class for actual clients
BUILD_DEPENDS= \
p5-openxpki>=0:${PORTSDIR}/security/p5-openxpki
RUN_DEPENDS:= ${BUILD_DEPENDS}
MAN3= OpenXPKI::Client.3 \
OpenXPKI::Client::API.3
USE_GMAKE= yes
USES= perl5
USE_PERL5= configure
NO_STAGE= yes
.include <bsd.port.mk>
|