svn commit: r479376 - head/lang/luajit

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Sep 10 09:08:20 UTC 2018


Author: amdmi3
Date: Mon Sep 10 09:08:19 2018
New Revision: 479376
URL: https://svnweb.freebsd.org/changeset/ports/479376

Log:
  - Add LICENSE
  
  Approved by:	portmgr blanket

Modified:
  head/lang/luajit/Makefile

Modified: head/lang/luajit/Makefile
==============================================================================
--- head/lang/luajit/Makefile	Mon Sep 10 08:58:46 2018	(r479375)
+++ head/lang/luajit/Makefile	Mon Sep 10 09:08:19 2018	(r479376)
@@ -11,6 +11,10 @@ DISTNAME=	LuaJIT-${DISTVERSION}
 MAINTAINER=	osa at 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
 


More information about the svn-ports-head mailing list