freebsd-ports/textproc/pecl-yaml/Makefile
2021-04-06 16:31:07 +02:00

18 lines
301 B
Makefile

# Created by: Wen Heping <wen@FreeBSD.org>
PORTNAME= yaml
PORTVERSION= 2.2.1
CATEGORIES= textproc pear
MAINTAINER= dbaio@FreeBSD.org
COMMENT= YAML-1.1 parser and emitter
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libyaml.so:textproc/libyaml
USES= php:pecl
.include <bsd.port.mk>