# New ports collection makefile for:	p5-Tcl
# Date created:				June 15th 1997
# Whom:	      				James FitzGibbon <jfitz@FreeBSD.org>
#
# $FreeBSD: ports/lang/p5-Tcl/Makefile,v 1.33 2009/03/05 11:36:12 mm Exp $
#

PORTNAME=	Tcl
PORTVERSION=	0.97
PORTREVISION=	2
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

MAN3=		Tcl.3

.include <bsd.port.pre.mk>

CONFIGURE_ARGS= --tclsh ${TCLSH}

.include <bsd.port.post.mk>
