mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
27 lines
618 B
Makefile
27 lines
618 B
Makefile
# New ports collection makefile for: p5-Tcl-Tk
|
|
# Date created: June 15th 1997
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Tcl-Tk
|
|
PORTVERSION= 0.92
|
|
CATEGORIES= x11-toolkits lang perl5 tk82
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Tcl
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Perl5 module to access to Tk via the Tcl extension
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tcl.pm:${PORTSDIR}/lang/p5-Tcl
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Tcl::Tk.3
|
|
|
|
.include <bsd.port.mk>
|