mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
24bf28eff1
- Bump PORTVERSION of ports affected Tested by: pointyhat (pav)
25 lines
443 B
Makefile
25 lines
443 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.97
|
|
PORTREVISION= 1
|
|
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>
|