1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/net/tclsoap/Makefile
2017-12-25 20:20:13 +00:00

22 lines
488 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:devel/tclxml
GNU_CONFIGURE= yes
USES= tcl:wrapper,build
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}
.include <bsd.port.mk>