freebsd-ports/security/p5-openxpki-client-scep/Makefile
Marcelo Araujo db0ac5cc00 - Update to 0.9.1313.
PR:		ports/130801
Submitted by:	Sergei Vyshenski <svysh@pn.sinp.msu.ru> (maintainer)
2009-01-22 02:47:14 +00:00

30 lines
803 B
Makefile

# New ports collection makefile for: p5-openxpki-client-scep
# Date created: 03 Oct 2006
# Whom: svysh
#
# $FreeBSD$
#
PORTNAME= openxpki-client-scep
PORTVERSION= 0.9.1313
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 \
${SITE_PERL}/${PERL_ARCH}/NetAddr/IP.pm:${PORTSDIR}/net-mgmt/p5-NetAddr-IP
RUN_DEPENDS= ${BUILD_DEPENDS}
MAN3= OpenXPKI::Client::SCEP.3
USE_GMAKE= yes
PERL_CONFIGURE= yes
.include <bsd.port.mk>