freebsd-ports/textproc/pecl-yaml/Makefile

18 lines
313 B
Makefile

# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
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>