1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/lang/p5-Tcl/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

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>