1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/textproc/pecl-yaml/Makefile
Rene Ladan 70da036883 Remove stale IGNORE_WITH_PHP=56 values.
Reminded by:	sunpoet
2019-01-05 15:47:56 +00:00

19 lines
313 B
Makefile

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