mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
22 lines
488 B
Makefile
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>
|