diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-01-02 00:09:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-01-02 00:09:34 +0800 |
commit | aaa50f529a203274ddaa1854be452a553975f674 (patch) | |
tree | 3a23bf75bb31cd63765a15135ae824068d26cce3 /lang/p5-Tcl | |
parent | 0e58513d4c58f5c4768b613714e128588c8e451a (diff) | |
download | freebsd-ports-gnome-aaa50f529a203274ddaa1854be452a553975f674.tar.gz freebsd-ports-gnome-aaa50f529a203274ddaa1854be452a553975f674.tar.zst freebsd-ports-gnome-aaa50f529a203274ddaa1854be452a553975f674.zip |
- Add LICENSE
- Add PORTSCOUT
Diffstat (limited to 'lang/p5-Tcl')
-rw-r--r-- | lang/p5-Tcl/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/p5-Tcl/Makefile b/lang/p5-Tcl/Makefile index cef135504d66..c43f17d862f6 100644 --- a/lang/p5-Tcl/Makefile +++ b/lang/p5-Tcl/Makefile @@ -12,6 +12,11 @@ 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 |