2f31d9527c
Related with `USES=php` so is better to keep them together Reported by: mat
19 lines
333 B
Makefile
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>
|