9314f3ea1e
Qore 0.8.12 is a major new release with many new features and hundreds of bug fixes as well as packaging fixes. Highlights include: * The most significant innovation in this release comes in the form of support for Prompt Collection * Support for Bulk DML (large volume SQL operations in one server round-trip) in the Mapper, TableMapper, SqlUtil and the new BulkSqlUtil modules * Standardized function naming convention, many significant design and implementation fixes and improvements * Numerous new functions, methods, constants, operators, and user modules * Hundreds of bug fixes
20 lines
571 B
Makefile
20 lines
571 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2016/07/20 11:58:40 nros Exp $
|
|
#
|
|
|
|
BUILDLINK_TREE+= qore
|
|
|
|
.if !defined(QORE_BUILDLINK3_MK)
|
|
QORE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.qore+= qore>=0.8.12 # API version 0.19
|
|
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
|