diff options
-rw-r--r-- | lang/p5-Tcl/Makefile | 11 | ||||
-rw-r--r-- | lang/p5-Tcl/pkg-descr | 4 |
2 files changed, 10 insertions, 5 deletions
diff --git a/lang/p5-Tcl/Makefile b/lang/p5-Tcl/Makefile index 797acf1b60ed..c65166180ecb 100644 --- a/lang/p5-Tcl/Makefile +++ b/lang/p5-Tcl/Makefile @@ -14,13 +14,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A Tcl extension module for Perl5 -USE_TCL= 84+ +CONFIGURE_ARGS= --tclsh ${TCLSH} PERL_CONFIGURE= yes +USE_TCL= 84+ MAN3= Tcl.3 -.include <bsd.port.pre.mk> - -CONFIGURE_ARGS= --tclsh ${TCLSH} +post-extract: + ${FIND} ${WRKSRC} -type d -exec ${CHMOD} 0755 \{} \; + ${FIND} ${WRKSRC} -type f -exec ${CHMOD} 0644 \{} \; -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/lang/p5-Tcl/pkg-descr b/lang/p5-Tcl/pkg-descr index 27cf53cfeaa6..a08306485dc8 100644 --- a/lang/p5-Tcl/pkg-descr +++ b/lang/p5-Tcl/pkg-descr @@ -22,3 +22,7 @@ Set and get values of variables in a Tcl interpreter Tie perl variables to variables in a Tcl interpreter The variables can be either scalars or hashes. + +Github repository is at https://github.com/gisle/tcl.pm + +WWW: http://search.cpan.org/dist/Tcl/ |