From 89421d90371e4e5bd9f6148df1145ad0caee6ede Mon Sep 17 00:00:00 2001 From: landry Date: Wed, 11 Jun 2008 05:00:01 +0000 Subject: [PATCH] Add a simple lua MODULE, can be used by potential new lua ports. ok wcmaier@ ajacoutot@ --- lang/lua/lua.port.mk | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lang/lua/lua.port.mk diff --git a/lang/lua/lua.port.mk b/lang/lua/lua.port.mk new file mode 100644 index 00000000000..ce508797882 --- /dev/null +++ b/lang/lua/lua.port.mk @@ -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