mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
2f31d9527c
Related with `USES=php` so is better to keep them together Reported by: mat
20 lines
333 B
Makefile
20 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>
|