1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/lang/p5-Tcl/Makefile
Ying-Chieh Liao 95ec0c6e7e upgrade to 0.81
PR:		69457
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2004-07-23 03:27:55 +00:00

26 lines
498 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.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>