# Created by: Larry Rosenman <ler@lerctr.org>
# $FreeBSD: tags/RELEASE_11_0_0/textproc/pecl-xdiff/Makefile 417719 2016-06-28 14:00:45Z mat $

PORTNAME=	xdiff
PORTVERSION=	1.5.2
CATEGORIES=	textproc pear
MASTER_SITES=	http://pecl.php.net/get/
PKGNAMEPREFIX=	pecl-
DIST_SUBDIR=	PECL

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	PECL extension to create/apply binary and text patches

LICENSE=	PHP301

LIB_DEPENDS=	libxdiff.so:textproc/libxdiff

USES=		php:ext tar:tgz
IGNORE_WITH_PHP=	70

LDFLAGS+=	-L${LOCALBASE}/lib

.include <bsd.port.mk>
