1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/net/tclsoap/Makefile
John Marino 1a4672f9fe Add net port net/tclsoap (after 1.5 year wait)
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.
2014-06-19 09:01:15 +00:00

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>