blob: d519fad85552227c39eb1a5987a01173a0c951ec (
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
24
25
|
# New ports collection makefile for: p5-Tcl
# Date created: June 15th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Tcl
PORTVERSION= 0.81
CATEGORIES= lang perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Tcl
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= A Tcl extension module for Perl5
LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84
PERL_CONFIGURE= yes
CONFIGURE_ARGS+= --tclsh tclsh8.4
MAN3= Tcl.3
.include <bsd.port.mk>
|