1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/lang/p5-Tcl/Makefile
Rodrigo Osorio 5117300aed lang/p5-Tcl: update to 1.32
Changelog: https://metacpan.org/release/VKON/Tcl-1.32/source/Changes

Port changes:
    * Add new dependency for tests
    * reorder section to make linter happy
    * remove unrequired patch
2024-02-10 22:45:45 +01:00

27 lines
530 B
Makefile

PORTNAME= Tcl
PORTVERSION= 1.32
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
TEST_DEPENDS= p5-Devel-Refcount>0:devel/p5-Devel-Refcount
USES= perl5 tcl
USE_PERL5= configure
CONFIGURE_ARGS= --nousestubs \
--tclsh ${TCLSH}
PORTSCOUT= limit:^[0-9\.]*$$
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Tcl/Tcl.so
.include <bsd.port.mk>