1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/textproc/libyaml/Makefile
Josh Paetzel 43598fead0 Update to 0.2.2
Fix portlint errors in Makefile

Changes in 0.2.2:
* https://github.com/yaml/libyaml/pull/95 -- build: do not install config.h
* https://github.com/yaml/libyaml/pull/97 -- appveyor.yml: fix Release build
* https://github.com/yaml/libyaml/pull/103 -- Remove unused code in yaml_document_delete
* https://github.com/yaml/libyaml/pull/104 -- Allow colons in plain scalars inside flow collections
* https://github.com/yaml/libyaml/pull/109 -- Fix comparison in tests/run-emitter.c
* https://github.com/yaml/libyaml/pull/117 -- Fix typo error
* https://github.com/yaml/libyaml/pull/119 -- The closing single quote needs to be indented...
* https://github.com/yaml/libyaml/pull/121 -- fix token name typos in comments
* https://github.com/yaml/libyaml/pull/122 -- Revert removing of open_ended after top level plain scalar
* https://github.com/yaml/libyaml/pull/125 -- Cherry-picks from PR 27
* https://github.com/yaml/libyaml/pull/135 -- Windows/C89 compatibility
* https://github.com/yaml/libyaml/pull/136 -- allow override of Windows static lib name
2019-04-11 15:56:40 +00:00

26 lines
464 B
Makefile

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