aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.lua.mk
diff options
context:
space:
mode:
authorPhilip Paeps <philip@FreeBSD.org>2010-08-26 11:00:36 +0000
committerPhilip Paeps <philip@FreeBSD.org>2010-08-26 11:00:36 +0000
commit6f82378e8daee90cb611c1ce48792c851af82de6 (patch)
tree78d9b3f09ce16b1dbbe601d04e5dda9e6fb3b4ae /Mk/bsd.lua.mk
parent2b0a293c478d7d55a8cef24c11b517595b0c8b76 (diff)
downloadports-6f82378e8daee90cb611c1ce48792c851af82de6.tar.gz
ports-6f82378e8daee90cb611c1ce48792c851af82de6.zip
Add lua-alien 0.5.0, lua -> C FFI.
PR: ports/149983 Submitted by: Anonymous <swell.k-at-gmail.com>
Notes
Notes: svn path=/head/; revision=260003
Diffstat (limited to 'Mk/bsd.lua.mk')
-rw-r--r--Mk/bsd.lua.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/Mk/bsd.lua.mk b/Mk/bsd.lua.mk
index 4386b9c7a9d2..8384f28fdbca 100644
--- a/Mk/bsd.lua.mk
+++ b/Mk/bsd.lua.mk
@@ -39,7 +39,7 @@
# Other components (modules):
# 5.0 - app, compat51, dfui, filename, gettext,
# posix, pty, socket.
-# 5.1 - filename, gettext, posix, pty, socket.
+# 5.1 - alien, filename, gettext, posix, pty, socket.
# The available dependency types are:
# build - Requires component for building.
# lib - Requires component for building and running.
@@ -150,7 +150,8 @@ _LUA_Definitions_Done= yes
#
_LUA_COMPS_ALL= lua tolua toluaxx ruby \
- app compat51 dfui filename gettext posix pty socket
+ alien app compat51 dfui filename gettext posix \
+ pty socket
_LUA_DEP_TYPES_ALL= build lib run
_LUA_VERS_ALL= 4.0 5.0 5.1
_LUA_PLIST_ALL= LUA_VER LUA_VER_SH LUA_VER_STR LUA_PREFIX LUA_SUBDIR
@@ -191,6 +192,7 @@ _LUA_PORT_socket_5.0= net/lua50-luasocket
_LUA_PORT_lua_5.1= lang/lua
_LUA_DEPTYPE_lua_5.1= lib
+_LUA_PORT_alien_5.1= devel/lua-alien
_LUA_PORT_filename_5.1= devel/lua-filename
_LUA_PORT_gettext_5.1= devel/lua-gettext
_LUA_PORT_posix_5.1= devel/lua-posix