freebsd-ports/security/p5-openxpki-client/Makefile
Eitan Adler c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00

28 lines
670 B
Makefile

# New ports collection makefile for: p5-openxpki-client
# Date created: 03 Oct 2006
# Whom: svysh
#
# $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@pn.sinp.msu.ru
COMMENT= Perl based trustcenter software for PKI: base class for actual clients
BUILD_DEPENDS= \
${SITE_PERL}/${PERL_ARCH}/OpenXPKI.pm:${PORTSDIR}/security/p5-openxpki
RUN_DEPENDS:= ${BUILD_DEPENDS}
MAN3= OpenXPKI::Client.3 \
OpenXPKI::Client::API.3
USE_GMAKE= yes
PERL_CONFIGURE= yes
.include <bsd.port.mk>