freebsd-ports/security/p5-openxpki-client-scep/Makefile
Martin Wilke 5d17d32d4c - Update to Maintainer e-mail
- While here trim header

PR:		176512 176513 176514 176515 176516
		176518 176519 176520 176521 176517
Submitted by:	maintainer
2013-03-02 15:55:17 +00:00

25 lines
675 B
Makefile

# Created by: Sergei Vyshenski <svysh@pn.sinp.msu.ru>
# $FreeBSD$
PORTNAME= openxpki-client-scep
PORTVERSION= 0.9.1313
CATEGORIES= security perl5
MASTER_SITES= SF/openxpki/openxpki/0.9.1300
PKGNAMEPREFIX= p5-
DISTNAME= OpenXPKI-Client-SCEP-${PORTVERSION}
DIST_SUBDIR= openxpki
MAINTAINER= svysh.fbsd@gmail.com
COMMENT= Client for SCEP requests to openxpki server
BUILD_DEPENDS= \
p5-Config-Std>=0:${PORTSDIR}/devel/p5-Config-Std \
p5-openxpki-client>=0:${PORTSDIR}/security/p5-openxpki-client \
p5-NetAddr-IP>=0:${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>