pkgsrc/textproc/qore-yaml-module/buildlink3.mk
nros 849c041b77 Update qore-xml-module to version 0.5.
Patches have been applied upstream.

release notes:
This release of the yaml module includes bug fixes and major new features
such as:

* Support for the DataStream Protocol allowing point-to-point data streaming
  over HTTP using YAML-serialized chunks of data;
  the following user modules support this:
   - DataStreamClient
   - DataStreamRequestHandler
   - DataStreamUtil
* new function naming convention
2016-07-22 12:39:22 +00:00

17 lines
495 B
Makefile

# $NetBSD: buildlink3.mk,v 1.3 2016/07/22 12:39:22 nros Exp $
#
BUILDLINK_TREE+= qore-yaml-module
.if !defined(QORE_YAML_MODULE_BUILDLINK3_MK)
QORE_YAML_MODULE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qore-yaml-module+= qore-yaml-module>=0.4
BUILDLINK_ABI_DEPENDS.qore-yaml-module?= qore-yaml-module>=0.5
BUILDLINK_PKGSRCDIR.qore-yaml-module?= ../../textproc/qore-yaml-module
.include "../../lang/qore/buildlink3.mk"
.endif # QORE_YAML_MODULE_BUILDLINK3_MK
BUILDLINK_TREE+= -qore-yaml-module