# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org>
# $FreeBSD: tags/RELEASE_11_0_0/textproc/pecl-syck/Makefile 417719 2016-06-28 14:00:45Z mat $

PORTNAME=	syck
PORTVERSION=	0.9.3
PORTREVISION=	1
CATEGORIES=	textproc pear
MASTER_SITES=	http://pecl.php.net/get/
PKGNAMEPREFIX=	pecl-
DIST_SUBDIR=	PECL

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

LICENSE=	PHP301

BROKEN_powerpc64=	Does not build

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

USES=		php:ext tar:tgz
USE_PHP=	spl:build hash:build
IGNORE_WITH_PHP=	70

CONFIGURE_ARGS=	--enable-syck

.include <bsd.port.mk>
