- Convert to USES=tcl

This commit is contained in:
Pietro Cerutti 2014-02-20 11:09:40 +00:00
parent 1b57ea2175
commit e8c6b28d8c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345216

View file

@ -12,9 +12,8 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= Tcl extension module for Perl5
CONFIGURE_ARGS= --nousestubs --tclsh ${TCLSH}
USES= perl5
USES= perl5 tcl
USE_PERL5= configure
USE_TCL= 84+
post-extract:
@${FIND} ${WRKSRC} -type d -exec ${CHMOD} 0755 \{} \;