2012-12-17 03:15:13 +01:00
|
|
|
# Created by: Thierry Thomas (<thierry@FreeBSD.org>)
|
2004-04-06 21:17:39 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= SOAP
|
2012-03-22 13:05:20 +01:00
|
|
|
PORTVERSION= 0.13.0
|
2004-04-06 21:17:39 +02:00
|
|
|
CATEGORIES= net www pear
|
|
|
|
|
2012-04-10 17:52:45 +02:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2005-05-31 14:39:47 +02:00
|
|
|
COMMENT= PEAR SOAP Client/Server for PHP
|
2004-04-06 21:17:39 +02:00
|
|
|
|
2007-07-31 12:21:26 +02:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
|
|
|
|
${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
|
2012-04-10 17:52:45 +02:00
|
|
|
RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
|
|
|
|
${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
|
2004-04-06 21:17:39 +02:00
|
|
|
|
2007-07-31 12:21:26 +02:00
|
|
|
LATEST_LINK= pear-SOAP
|
2012-12-17 03:15:13 +01:00
|
|
|
OPTIONS_DEFINE= PEAR_MAIL PEAR_MAIL_MIME PEAR_NET_DIME
|
|
|
|
PEAR_MAIL_DESC= PEAR::Mail support
|
|
|
|
PEAR_MAIL_MIME_DESC= PEAR::Mail::Mime support
|
|
|
|
PEAR_NET_DIME_DESC= PEAR::Net::DIME support
|
2007-07-31 12:21:26 +02:00
|
|
|
|
2012-04-10 17:52:45 +02:00
|
|
|
PEAR_AUTOINSTALL=yes
|
2004-04-06 21:17:39 +02:00
|
|
|
|
2013-09-21 00:10:23 +02:00
|
|
|
NO_STAGE= yes
|
2012-12-17 03:15:13 +01:00
|
|
|
.include <bsd.port.options.mk>
|
2007-07-31 12:21:26 +02:00
|
|
|
|
2012-12-17 03:15:13 +01:00
|
|
|
.if ${PORT_OPTIONS:MPEAR_MAIL}
|
2007-07-31 12:21:26 +02:00
|
|
|
BUILD_DEPENDS+= ${PEARDIR}/Mail.php:${PORTSDIR}/mail/pear-Mail
|
|
|
|
.endif
|
|
|
|
|
2012-12-17 03:15:13 +01:00
|
|
|
.if ${PORT_OPTIONS:MPEAR_MAIL_MIME}
|
2007-07-31 12:21:26 +02:00
|
|
|
BUILD_DEPENDS+= ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime
|
|
|
|
.endif
|
|
|
|
|
2012-12-17 03:15:13 +01:00
|
|
|
.if ${PORT_OPTIONS:MPEAR_NET_DIME}
|
2008-09-11 17:50:22 +02:00
|
|
|
BUILD_DEPENDS+= ${PEARDIR}/Net/DIME.php:${PORTSDIR}/net/pear-Net_DIME
|
2007-07-31 12:21:26 +02:00
|
|
|
.endif
|
|
|
|
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2012-12-17 03:15:13 +01:00
|
|
|
.include <bsd.port.mk>
|