1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/lang/p5-Tcl/Makefile
Yen-Ming Lee fc43b1e239 - update to 0.97
- set USE_TCL=84+ to allow users to set WITH_TCL_VER for their needs
2008-09-08 05:17:46 +00:00

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>