blob: 1c147e060f4a634f3e45949ad6b5b9a8cb751e61 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= Tcl
PORTVERSION= 1.27
CATEGORIES= lang perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Tcl extension module for Perl5
WWW= https://metacpan.org/release/Tcl
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>
|