70296178d5
Neko is a high-level dynamically typed programming language. It can be used as an embedded scripting language. It has been designed to provide a common runtime for several different languages. Learning and using Neko is very easy. You can easily extend the language with C libraries. You can also write generators from your own language to Neko and then use the Neko Runtime to compile, run, and access existing libraries.
12 lines
277 B
Makefile
12 lines
277 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2020/03/24 13:23:46 nia Exp $
|
|
|
|
BUILDLINK_TREE+= neko
|
|
|
|
.if !defined(NEKO_BUILDLINK3_MK)
|
|
NEKO_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.neko+= neko>=2.3.0
|
|
BUILDLINK_PKGSRCDIR.neko?= ../../mywip/neko
|
|
.endif # NEKO_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -neko
|