# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org>
# $FreeBSD: head/textproc/pecl-syck/Makefile 456296 2017-12-14 13:57:28Z tz $

PORTNAME=	syck
PORTVERSION=	0.9.3
PORTREVISION=	2
CATEGORIES=	textproc pear

MAINTAINER=	joneum@FreeBSD.org
COMMENT=	PECL extension which facilitates YAML parsing

LICENSE=	PHP301

BUILD_DEPENDS=	${LOCALBASE}/lib/libsyck.a:textproc/syck

USES=		php:pecl
USE_PHP=	spl:build hash:build
IGNORE_WITH_PHP=	70 71 72

CONFIGURE_ARGS=	--enable-syck

.include <bsd.port.mk>
