freebsd-ports/textproc/pecl-yaml/Makefile
Danilo G. Baio 2f31d9527c Fix order of IGNORE_WITH_PHP variable
Related with `USES=php` so is better to keep them together

Reported by:	mat
2018-03-20 02:20:07 +00:00

19 lines
333 B
Makefile

# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= yaml
PORTVERSION= 2.0.2
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
IGNORE_WITH_PHP= 56
.include <bsd.port.mk>