aboutsummaryrefslogtreecommitdiff
path: root/security/p5-openxpki-client-scep/Makefile
blob: 77a2304502f612b944722ce9f4f683550622f139 (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
27
28
29
30
# New ports collection makefile for:	p5-openxpki-client-scep
# Date created:				03 Oct 2006
# Whom:					svysh
#
# $FreeBSD$
#

PORTNAME=	openxpki-client-scep
PORTVERSION=	0.9.957
PORTREVISION=	1
CATEGORIES=	security perl5
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	openxpki
PKGNAMEPREFIX=	p5-
DISTNAME=	OpenXPKI-Client-SCEP-${PORTVERSION}
DIST_SUBDIR=	openxpki

MAINTAINER=	svysh@pn.sinp.msu.ru
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
RUN_DEPENDS=	${BUILD_DEPENDS}

MAN3=	OpenXPKI::Client::SCEP.3
USE_GMAKE=	yes
PERL_CONFIGURE=	yes

.include <bsd.port.mk>