pkgsrc/lang/LuaJIT2/Makefile
justin 27ff726047 Update LuaJIT2 to 2.0.3.
This release has the new PS4 port and various important bug fixes
over 2.0.2 -- an update is recommended.

Updated as discussed with maintainer alnsn@netbsd.org
2014-03-12 22:49:14 +00:00

16 lines
370 B
Makefile

# $NetBSD: Makefile,v 1.2 2014/03/12 22:49:14 justin Exp $
#
DISTNAME= LuaJIT-2.0.3
PKGNAME= ${DISTNAME:S/LuaJIT/LuaJIT2/}
CATEGORIES= lang
MASTER_SITES= http://luajit.org/download/
MAINTAINER= alnsn@NetBSD.org
HOMEPAGE= http://luajit.org/
COMMENT= Just-In-Time Compiler for the Lua programming language
LICENSE= mit
USE_TOOLS+= gmake
.include "../../mk/bsd.pkg.mk"