summaryrefslogtreecommitdiff
path: root/net/php5-soap
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2005-05-07 19:28:01 +0000
committerjdolecek <jdolecek@pkgsrc.org>2005-05-07 19:28:01 +0000
commit7e5715910c87f7ce5681522028be1bdb86670c0e (patch)
treec5b6d740e23d49b115300459f6320622a3598c7e /net/php5-soap
parentdde40c1beaf42b5f86b7d14160927e0d40a30b30 (diff)
downloadpkgsrc-7e5715910c87f7ce5681522028be1bdb86670c0e.tar.gz
Add package for PHP5 SOAP extension.
Diffstat (limited to 'net/php5-soap')
-rw-r--r--net/php5-soap/DESCR3
-rw-r--r--net/php5-soap/Makefile16
2 files changed, 19 insertions, 0 deletions
diff --git a/net/php5-soap/DESCR b/net/php5-soap/DESCR
new file mode 100644
index 00000000000..dccc6fca30c
--- /dev/null
+++ b/net/php5-soap/DESCR
@@ -0,0 +1,3 @@
+PHP is a programming language designed to be embedded into web pages.
+The SOAP extension can be used to write SOAP Servers and Clients.
+It supports subsets of SOAP 1.1, SOAP 1.2 and WSDL 1.1 specifications.
diff --git a/net/php5-soap/Makefile b/net/php5-soap/Makefile
new file mode 100644
index 00000000000..7b8a848cb2d
--- /dev/null
+++ b/net/php5-soap/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/05/07 19:28:01 jdolecek Exp $
+
+MODNAME= soap
+CATEGORIES+= net
+COMMENT= PHP5 extension for SOAP functions
+
+MAINTAINER= jdolecek@NetBSD.org
+
+
+CONFIGURE_ARGS+= --enable-${MODNAME}
+CONFIGURE_ARGS+= --with-libxml-dir=${BUILDLINK_PREFIX.libxml2}
+
+PHP_VERSION_REQD= 5
+.include "../../lang/php/ext.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"