blob: d1d412147b9bfd6dc97c753876148cfe9c802c3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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>
|