aboutsummaryrefslogtreecommitdiff
path: root/lang/luajit
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-09-10 09:08:19 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-09-10 09:08:19 +0000
commit3917456699c883252a82d41e289c23d3c4b35430 (patch)
tree7cb6ae825fa7b4d981d0bbedfc26566cbbcf5b33 /lang/luajit
parentd3ae7f8dd3cd20882d462627cf607118547aabdf (diff)
downloadports-3917456699c883252a82d41e289c23d3c4b35430.tar.gz
ports-3917456699c883252a82d41e289c23d3c4b35430.zip
- Add LICENSE
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=479376
Diffstat (limited to 'lang/luajit')
-rw-r--r--lang/luajit/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/luajit/Makefile b/lang/luajit/Makefile
index b5930748d4af..1731abfac504 100644
--- a/lang/luajit/Makefile
+++ b/lang/luajit/Makefile
@@ -11,6 +11,10 @@ DISTNAME= LuaJIT-${DISTVERSION}
MAINTAINER= osa@FreeBSD.org
COMMENT= Just-In-Time Compiler for Lua
+LICENSE= MIT PD
+LICENSE_COMB= multi
+LICENSE_FILE= ${WRKSRC}/COPYRIGHT
+
BROKEN_aarch64= fails to compile: lj_arch.h:55:2: No support for this architecture (yet)
BROKEN_powerpc64= not ported to powerpc64 upstream