mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
1a4672f9fe
This PR was submitted 5 January 2013. It suffered a bit of bitrot, but staging worked out of the box. I made some minor adjustments. PR: 174988 Submitted by: Sebastien Santoro ================================================================ tclsoap provides support for building clients and servers for the SOAP remote procedure call protocol from Tcl. SOAP is an XML based RPC mechanism which provides cross-platform cross language compatability.
22 lines
514 B
Makefile
22 lines
514 B
Makefile
# Created by: Sebastien Santoro <dereckson@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tclsoap
|
|
PORTVERSION= 1.6.7
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/TclSOAP-${PORTVERSION}
|
|
DISTNAME= TclSOAP-${PORTVERSION}
|
|
|
|
MAINTAINER= dereckson@gmail.com
|
|
COMMENT= SOAP and XML-RPC support for TCL library
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/TclxmlConfig.sh:${PORTSDIR}/devel/tclxml
|
|
|
|
USES= tcl:wrapper,build
|
|
USE_AUTOTOOLS= autoconf:autoconf
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|