# Created by: Larry Rosenman <ler@FreeBSD.org>
# $FreeBSD: head/textproc/pecl-xdiff/Makefile 465055 2018-03-20 02:20:07Z dbaio $

PORTNAME=	xdiff
PORTVERSION=	1.5.2
PORTREVISION=	1
CATEGORIES=	textproc pear

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

LICENSE=	PHP301

LIB_DEPENDS=	libxdiff.so:textproc/libxdiff

USES=		php:pecl
IGNORE_WITH_PHP=	70 71 72

LDFLAGS+=	-L${LOCALBASE}/lib

PORTSCOUT=	limit:^1.*

.include <bsd.port.mk>
