View | Details | Raw Unified | Return to bug 174988
Collapse All | Expand All

(-)net/tclsoap/Makefile 2013-06-26 16:55:35.000000000 -0300 (-3 / +5 lines)
Lines 1-4 Link Here
1
# Created by: Sébastien Santoro <dereckson@gmail.com>
1
# Created by: Sebastien Santoro <dereckson@gmail.com>
2
# $FreeBSD$
2
# $FreeBSD$
3
PORTNAME=      tclsoap
3
PORTNAME=      tclsoap
Lines 10-21 Link Here
10
MAINTAINER=    dereckson@gmail.com
10
MAINTAINER=    dereckson@gmail.com
11
COMMENT=       SOAP and XML-RPC support for TCL library
11
COMMENT=       SOAP and XML-RPC support for TCL library
12
RUN_DEPENDS=   ${LOCALBASE}/lib/TclxmlConfig.sh:${PORTSDIR}/devel/tclxml
13
14
LICENSE=       MIT
12
LICENSE=       MIT
13
RUN_DEPENDS=   ${LOCALBASE}/lib/TclxmlConfig.sh:${PORTSDIR}/devel/tclxml
14
15
WRKSRC=                ${WRKDIR}/${PORTNAME}${PORTVERSION}
15
WRKSRC=                ${WRKDIR}/${PORTNAME}${PORTVERSION}
16
USE_AUTOTOOLS= autoconf:autoconf
16
USE_AUTOTOOLS= autoconf:autoconf
17
USE_TCL=       yes
18
USE_TCL_WRAPPER=yes
17
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)net/tclsoap/pkg-plist 2013-06-26 18:59:44.000000000 -0300 (-2 / +2 lines)
Lines 16-20 Link Here
16
lib/tclsoap/smtp.tcl
16
lib/tclsoap/smtp.tcl
17
lib/tclsoap/utils.tcl
17
lib/tclsoap/utils.tcl
18
lib/tclsoap/xpath.tcl
18
lib/tclsoap/xpath.tcl
19
@dirrm lib/tclsoap/interop
19
@dirrmtry lib/tclsoap/interop
20
@dirrm lib/tclsoap
20
@dirrmtry lib/tclsoap

Return to bug 174988