Add a simple lua MODULE, can be used by potential new lua ports.

ok wcmaier@ ajacoutot@
This commit is contained in:
landry
2008-06-11 05:00:01 +00:00
parent 4b1391964c
commit 89421d9037
+9
View File
@@ -0,0 +1,9 @@
# $OpenBSD: lua.port.mk,v 1.1 2008/06/11 05:00:01 landry Exp $
CATEGORIES+= lang/lua
RUN_DEPENDS+= ::lang/lua
.if ${NO_BUILD:L} == "no"
BUILD_DEPENDS+= ::lang/lua
.endif