openbsd-ports/devel/p5-Tcl/Makefile
stu 6abd446168 Import p5-Tcl 1.02.
The Tcl extension provides a small but complete interface into libtcl
and any other Tcl-based library. It lets you create Tcl interpreters
(as perl5 objects), bind in commands to them (either perl subroutines
or C functions dynamically loaded with the DynaLoader extension) and
execute Tcl code in those interpreters.

ok sthen@
2015-05-08 03:09:11 +00:00

22 lines
439 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2015/05/08 03:09:11 stu Exp $
SHARED_ONLY = Yes
COMMENT = Tcl extension module for Perl
DISTNAME = Tcl-1.02
CATEGORIES = devel lang
MAINTAINER = Stuart Cassoff <stwo@users.sourceforge.net>
# Perl
PERMIT_PACKAGE_CDROM= Yes
MODULES = cpan lang/tcl
BUILD_DEPENDS = ${MODTCL_BUILD_DEPENDS}
RUN_DEPENDS = ${MODTCL_RUN_DEPENDS}
CONFIGURE_ARGS += --tclconfig=${MODTCL_CONFIG}
.include <bsd.port.mk>