32776f45dd
Qore is a modular, multi-threaded, SQL-integrated dynamically typed scripting language with optional hard typing and procedural and object-oriented features, powerful and easy-to-use data types, structures, and operators, a clean and easy-to-lean/read syntax.
20 lines
570 B
Makefile
20 lines
570 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2014/12/30 15:39:51 wiz Exp $
|
|
#
|
|
|
|
BUILDLINK_TREE+= qore
|
|
|
|
.if !defined(QORE_BUILDLINK3_MK)
|
|
QORE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.qore+= qore>=0.8.11 # API version 0.18
|
|
BUILDLINK_PKGSRCDIR.qore?= ../../lang/qore
|
|
|
|
.include "../../archivers/bzip2/buildlink3.mk"
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/pcre/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../math/mpfr/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.endif # QORE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -qore
|