freebsd-ports/textproc/pecl-xdiff/Makefile
Danilo G. Baio 2f31d9527c Fix order of IGNORE_WITH_PHP variable
Related with `USES=php` so is better to keep them together

Reported by:	mat
2018-03-20 02:20:07 +00:00

23 lines
413 B
Makefile

# Created by: Larry Rosenman <ler@FreeBSD.org>
# $FreeBSD$
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>