mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
Add a simple lua MODULE, can be used by potential new lua ports.
ok wcmaier@ ajacoutot@
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user