aboutsummaryrefslogtreecommitdiffstats
path: root/net/pear-SOAP/Makefile
blob: 5a05242f7c65705063d46c5a050ea7a6132bb986 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Ports collection makefile for:  pear-SOAP
# Date created:           05 April 2004
# Whom:               Thierry Thomas (<thierry@FreeBSD.org>)
#
# $FreeBSD$
#

PORTNAME=   SOAP
PORTVERSION=    0.10.1
CATEGORIES= net www pear

MAINTAINER= bg1tpt@gmail.com
COMMENT=    PEAR SOAP Client/Server for PHP

BUILD_DEPENDS=  ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS=    ${BUILD_DEPENDS}

CATEGORY=   SOAP
FILES=      Base.php Client.php Disco.php Fault.php Parser.php \
        Server.php Transport.php Value.php WSDL.php \
        tools/genproxy.php Transport/HTTP.php \
        Transport/SMTP.php Transport/TCP.php \
        Server/Email.php Server/Email_Gateway.php \
        Server/TCP.php Type/dateTime.php Type/duration.php \
        Type/hexBinary.php
EXAMPLES=   attachment.php client.php com_client.php \
        disco_server.php email_client.php email_gateway.php \
        email_pop_gateway.php email_pop_server.php \
        email_server.php example_server.php \
        example_types.php server.php server2.php smtp.php \
        stockquote.php tcp_client.php tcp_daemon.pl \
        tcp_server.php wsdl_client.php
_EXAMPLESDIR=   example

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>