mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
70da036883
Reminded by: sunpoet
19 lines
313 B
Makefile
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>
|