freebsd-ports/security/p5-openxpki-client-soap-lite/Makefile
Martin Wilke fb6c3aabb0 Marked DEPRECATED (no longer maintained by developers)
PR:		112380
Submitted by:	Sergei Vyshenski <svysh@cryptocom.ru> (maintainer)
2007-06-05 08:06:53 +00:00

34 lines
843 B
Makefile

# New ports collection makefile for: p5-openxpki-client-soap-lite
# Date created: 03 Oct 2006
# Whom: svysh
#
# $FreeBSD$
#
PORTNAME= openxpki-client-soap-lite
PORTVERSION= 0.9.651
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= openxpki
PKGNAMEPREFIX= p5-
DISTNAME= OpenXPKI-Client-SOAP-Lite-${PORTVERSION}
DIST_SUBDIR= openxpki
MAINTAINER= svysh@cryptocom.ru
COMMENT= SOAP-Lite toolkit for openxpki
DEPRECATED= No longer maintained by Developers.
IGNORE= ${DEPRECATED}
EXPIRATION_DATE= 2007-08-01
BUILD_DEPENDS= \
${SITE_PERL}/OpenXPKI/Client.pm:${PORTSDIR}/security/p5-openxpki-client \
${SITE_PERL}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite
RUN_DEPENDS= ${BUILD_DEPENDS}
MAN3= OpenXPKI::Client::SOAP::Lite.3
USE_PERL5= yes
USE_GMAKE= yes
PERL_CONFIGURE= yes
.include <bsd.port.mk>