add support for xmlrpc extension
This commit is contained in:
parent
2e72fccb91
commit
fc64e2aef2
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.28 2004/01/05 17:02:32 avsm Exp $
|
||||
# $OpenBSD: Makefile,v 1.29 2004/02/29 00:25:41 avsm Exp $
|
||||
|
||||
FULLPKGNAME= php4-extensions-${V}
|
||||
COMMENT= "informational package about PHP4 extensions"
|
||||
@ -275,6 +275,17 @@ CONFIGURE_ARGS+= --with-sybase-ct=shared,${LOCALBASE}
|
||||
SYBASE_CT_DEPENDS= tds.0,ct.0::databases/freetds
|
||||
.endif
|
||||
|
||||
# xml-rpc
|
||||
PSEUDO_FLAVORS+= no_xmlrpc
|
||||
.if ${FLAVOR:L:Mno_xmlrpc}
|
||||
CONFIGURE_ARGS+= --without-xmlrpc
|
||||
.else
|
||||
MULTI_PACKAGES+= -xmlrpc
|
||||
COMMENT-xmlrpc= "XML RPC functions for php4"
|
||||
CONFIGURE_ARGS+= --with-xmlrpc=shared
|
||||
XMLRPC_DEPENDS= expat.2::textproc/expat
|
||||
.endif
|
||||
|
||||
# xslt
|
||||
PSEUDO_FLAVORS+= no_xslt
|
||||
.if ${FLAVOR:L:Mno_xslt}
|
||||
|
4
www/php4/extensions/pkg/DESCR-xmlrpc
Normal file
4
www/php4/extensions/pkg/DESCR-xmlrpc
Normal file
@ -0,0 +1,4 @@
|
||||
These functions can be used to write XML-RPC servers and clients.
|
||||
You can find more information about XML-RPC at http://www.xmlrpc.com/,
|
||||
and more documentation on this extension and its functions at
|
||||
http://xmlrpc-epi.sourceforge.net/.
|
2
www/php4/extensions/pkg/PLIST-xmlrpc
Normal file
2
www/php4/extensions/pkg/PLIST-xmlrpc
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PLIST-xmlrpc,v 1.1 2004/02/29 00:25:42 avsm Exp $
|
||||
lib/php/modules/xmlrpc.so
|
Loading…
Reference in New Issue
Block a user