freebsd-ports/lang/p5-Tcl/Makefile
Cheng-Lung Sung 603fd7200e - update to 0.84
PR:		ports/72030
Submitted by:	clsung
Approved by:	co-mentor (vanilla)
2004-10-12 13:44:07 +00:00

32 lines
649 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.84
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.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
.include <bsd.port.post.mk>