mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
26 lines
491 B
Makefile
26 lines
491 B
Makefile
# Created by: James FitzGibbon <jfitz@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Tcl
|
|
PORTVERSION= 1.27
|
|
CATEGORIES= lang perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Tcl extension module for Perl5
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
PORTSCOUT= limit:^[0-9\.]*$$
|
|
|
|
CONFIGURE_ARGS= --nousestubs --tclsh ${TCLSH}
|
|
USES= perl5 tcl
|
|
USE_PERL5= configure
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Tcl/Tcl.so
|
|
|
|
.include <bsd.port.mk>
|