mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
302b9a7c36
See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum - Utilize CPAN macro
29 lines
573 B
Makefile
29 lines
573 B
Makefile
# New ports collection makefile for: p5-Tcl
|
|
# Date created: June 15th 1997
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Tcl
|
|
PORTVERSION= 1.02
|
|
CATEGORIES= lang perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:VKON
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= A Tcl extension module for Perl5
|
|
|
|
CONFIGURE_ARGS= --tclsh ${TCLSH}
|
|
PERL_CONFIGURE= yes
|
|
USE_TCL= 84+
|
|
|
|
MAN3= Tcl.3
|
|
|
|
post-extract:
|
|
${FIND} ${WRKSRC} -type d -exec ${CHMOD} 0755 \{} \;
|
|
${FIND} ${WRKSRC} -type f -exec ${CHMOD} 0644 \{} \;
|
|
|
|
.include <bsd.port.mk>
|