mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
25 lines
453 B
Makefile
25 lines
453 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.95
|
|
CATEGORIES= lang perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@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>
|