freebsd-ports/security/p5-openxpki-client-cli/Makefile
Rong-En Fan 9f6ee59f79 Add p5-openxpki-client-cli 0.9.459, command line interface for local
openxpki daemon.

PR:		ports/103944
Submitted by:	Sergei Vyshenski <svysh at cryptocom.ru>
2006-10-07 12:29:54 +00:00

30 lines
738 B
Makefile

# New ports collection makefile for: p5-openxpki-client-cli
# Date created: 03 Oct 2006
# Whom: svysh
#
# $FreeBSD$
#
PORTNAME= openxpki-client-cli
PORTVERSION= 0.9.459
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= openxpki
PKGNAMEPREFIX= p5-
DISTNAME= OpenXPKI-Client-CLI-${PORTVERSION}
DIST_SUBDIR= openxpki
MAINTAINER= svysh@cryptocom.ru
COMMENT= Command line interface for local openxpki daemon
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::CLI.3
USE_PERL5= yes
USE_GMAKE= yes
PERL_CONFIGURE= yes
.include <bsd.port.mk>