aboutsummaryrefslogtreecommitdiffstats
path: root/lang/p5-Tcl/Makefile
blob: 8ed95f0ede3c5109d09c8459cf35a864d71ce3cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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>