aboutsummaryrefslogtreecommitdiffstats
path: root/lang/p5-Tcl
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2010-11-20 15:33:34 +0800
committersunpoet <sunpoet@FreeBSD.org>2010-11-20 15:33:34 +0800
commite28664b8c3e8139d2a796a232616f24f8dbbed6d (patch)
tree2d41ef02859b53881b62fa6eeb84f81fd5840acb /lang/p5-Tcl
parentfeeaceee984d720952d07ccc39097bbbb7879a32 (diff)
downloadfreebsd-ports-gnome-e28664b8c3e8139d2a796a232616f24f8dbbed6d.tar.gz
freebsd-ports-gnome-e28664b8c3e8139d2a796a232616f24f8dbbed6d.tar.zst
freebsd-ports-gnome-e28664b8c3e8139d2a796a232616f24f8dbbed6d.zip
- Allow non-root users to build this port despite wrong permissions (ugo-rwx)
in the source tarball - Use bsd.port.mk - Add WWW
Diffstat (limited to 'lang/p5-Tcl')
-rw-r--r--lang/p5-Tcl/Makefile11
-rw-r--r--lang/p5-Tcl/pkg-descr4
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/