8b1b056e68
-- SOAP::Lite is a collection of Perl modules which provides a simple and lightweight interface to the Simple Object Access Protocol (SOAP), both on client and server side. This version of SOAP::Lite supports the SOAP 1.1 specification ( http://www.w3.org/TR/SOAP ).
40 lines
927 B
Makefile
40 lines
927 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2003/05/21 18:14:44 avsm Exp $
|
|
|
|
COMMENT= "client and server-side SOAP implementation"
|
|
|
|
DISTNAME= SOAP-Lite-0.55
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
|
|
# Artistic License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SOAP/}
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= ::mail/p5-MIME-tools \
|
|
::www/p5-URI \
|
|
::security/p5-IO-Socket-SSL \
|
|
::security/p5-Crypt-SSLeay \
|
|
::www/p5-libwww \
|
|
::mail/p5-MIME-Lite \
|
|
::textproc/p5-XML-Parser \
|
|
::www/mod_perl
|
|
|
|
CONFIGURE_STYLE= perl
|
|
CONFIGURE_ARGS+= --noprompt \
|
|
--HTTP-Client --HTTPS-Client \
|
|
--MAILTO-Client --FTP-Client \
|
|
--HTTP-Daemon --HTTP-Apache \
|
|
--noHTTP-FCGI --POP3-Server \
|
|
--IO-Server --noMQ \
|
|
--noJABBER --MIMEParser \
|
|
--TCP --HTTP
|
|
|
|
.include <bsd.port.mk>
|