freebsd-ports/net/tclsoap/Makefile
2021-04-06 16:31:07 +02:00

20 lines
476 B
Makefile

# Created by: Sebastien Santoro <dereckson@gmail.com>
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:devel/tclxml
GNU_CONFIGURE= yes
USES= tcl:wrapper,build
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}
.include <bsd.port.mk>