summaryrefslogtreecommitdiff
path: root/net/tclsoap/Makefile
blob: ddcda64b9bee89adbc9fd2dc15212e0ba59575f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
WWW=		http://tclsoap.sourceforge.net/

LICENSE=	MIT

RUN_DEPENDS=	${LOCALBASE}/lib/TclxmlConfig.sh:devel/tclxml

GNU_CONFIGURE=	yes
USES=		tcl:wrapper,build
WRKSRC=		${WRKDIR}/${PORTNAME}${PORTVERSION}

.include <bsd.port.mk>