mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
a43ff15be0
Doesn't work with threaded Tcl (8.6+).
26 lines
485 B
Makefile
26 lines
485 B
Makefile
COMMENT = Perl interface to Tcl interpreters
|
|
|
|
DISTNAME = Tcl-1.53
|
|
|
|
CATEGORIES = devel lang
|
|
MAINTAINER = Stuart Cassoff <stwo@users.sourceforge.net>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c perl
|
|
|
|
MODULES = cpan \
|
|
lang/tcl
|
|
|
|
# Doesn't work with threaded Tcl (8.6+).
|
|
MODTCL_VERSION = 8.5
|
|
|
|
BUILD_DEPENDS = ${MODTCL_BUILD_DEPENDS}
|
|
RUN_DEPENDS = ${MODTCL_RUN_DEPENDS}
|
|
|
|
CONFIGURE_ARGS += --tclconfig=${MODTCL_LIBDIR}/tclConfig.sh \
|
|
--tclsh=${MODTCL_BIN}
|
|
|
|
.include <bsd.port.mk>
|