1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/textproc/libyaml/Makefile
Josh Paetzel a00ea62dd8 Update to 0.2.5
Build now explicitly requires gmake

per https://github.com/yaml/libyaml/releases/tag/0.2.5
the following changes have been made

- #105
  Allow question marks in plain scalars in flow collections

- #186
  Emitter: Don't output trailing space for empty scalar nodes

- #185
  Emitter: Output space after an alias mapping key

- #187
  Add -h and --flow (on|off|keep) to run-*-test-suite

- #182
  Remove unnecessary include and malloc

- #177
  Add specific files back to .gitignore

- #181
  Output error position in run-parser-test-suite.c

- #191
  A couple patches to improve test suite support

- #179
  Flow indicators can not be part of local or shorthand tags

PR:	247043
Submitted by:	daniel.engberg.lists@pyret.net
2020-06-15 15:23:21 +00:00

26 lines
468 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= libyaml
PORTVERSION= 0.2.5
CATEGORIES= textproc
MASTER_SITES= https://pyyaml.org/download/libyaml/
DISTNAME= yaml-${PORTVERSION}
MAINTAINER= jpaetzel@FreeBSD.org
COMMENT= YAML 1.1 parser and emitter written in C
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/License
USES= cpe gmake libtool pathfix
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
CPE_VENDOR= pyyaml
USE_LDCONFIG= yes
TEST_TARGET= check
.include <bsd.port.mk>