pkgsrc/textproc/libyaml/Makefile
adam 44b73897cb libyaml: updated to 0.2.5
0.2.5:
Allow question marks in plain scalars in flow collections
Emitter: Don't output trailing space for empty scalar nodes
Emitter: Output space after an alias mapping key
Add -h and --flow (on|off|keep) to run-*-test-suite
Remove unnecessary include and malloc
Add specific files back to .gitignore
Output error position in run-parser-test-suite.c
A couple patches to improve test suite support
2020-06-02 08:28:04 +00:00

23 lines
553 B
Makefile

# $NetBSD: Makefile,v 1.17 2020/06/02 08:28:04 adam Exp $
DISTNAME= yaml-0.2.5
PKGNAME= lib${DISTNAME}
CATEGORIES= textproc
MASTER_SITES= http://pyyaml.org/download/libyaml/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://pyyaml.org/wiki/LibYAML
COMMENT= YAML 1.1 parser and emitter written in C
LICENSE= mit
USE_LIBTOOL= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= yaml-0.1.pc.in
TEST_TARGET= check
# cmake support is incomplete
#USE_CMAKE= yes
#CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON
.include "../../mk/bsd.pkg.mk"