0309124252
libyaml release changes: - https://github.com/yaml/libyaml/pull/143 Add packaging/docker-dist to Makefile.am - https://github.com/yaml/libyaml/pull/174 Fix logic for document end before directive FreeBSD port improvement: - Enable make test target - Use correct license file - Switch download mirror to HTTPS PR: 245813 Submitted by: daniel.engberg.lists@pyret.net
26 lines
462 B
Makefile
26 lines
462 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libyaml
|
|
PORTVERSION= 0.2.4
|
|
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 libtool pathfix
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
CPE_VENDOR= pyyaml
|
|
USE_LDCONFIG= yes
|
|
TEST_TARGET= check
|
|
|
|
.include <bsd.port.mk>
|