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
|
|
|
|
|
2015-11-26 13:04:00 +01: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
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request
|
|
|
|
RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request
|
2014-09-23 18:57:57 +02:00
|
|
|
|
|
|
|
USES= pear
|
2004-04-06 21:17:39 +02:00
|
|
|
|
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
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
PEAR_MAIL_BUILD_DEPENDS= ${PEARDIR}/Mail.php:mail/pear-Mail
|
|
|
|
PEAR_MAIL_MIME_BUILD_DEPENDS= ${PEARDIR}/Mail/mime.php:mail/pear-Mail_Mime
|
|
|
|
PEAR_NET_DIME_BUILD_DEPENDS= ${PEARDIR}/Net/DIME.php:net/pear-Net_DIME
|
2007-07-31 12:21:26 +02:00
|
|
|
|
2012-12-17 03:15:13 +01:00
|
|
|
.include <bsd.port.mk>
|