Files
stu a43ff15be0 MODTCL_VERSION=8.5
Doesn't work with threaded Tcl (8.6+).
2026-03-06 15:04:39 +00:00

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>