mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
fc43b1e239
- set USE_TCL=84+ to allow users to set WITH_TCL_VER for their needs
24 lines
427 B
Makefile
24 lines
427 B
Makefile
# New ports collection makefile for: p5-Tcl
|
|
# Date created: June 15th 1997
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Tcl
|
|
PORTVERSION= 0.97
|
|
CATEGORIES= lang perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= A Tcl extension module for Perl5
|
|
|
|
USE_TCL= 84+
|
|
PERL_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --tclsh tclsh${TCL_VER}
|
|
|
|
MAN3= Tcl.3
|
|
|
|
.include <bsd.port.mk>
|