1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/textproc/pecl-xdiff2/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

24 lines
401 B
Makefile

# $FreeBSD$
PORTNAME= xdiff
PORTVERSION= 2.0.1
CATEGORIES= textproc pear
MAINTAINER= dbaio@FreeBSD.org
COMMENT= PECL extension to create/apply binary and text patches
LICENSE= PHP301
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libxdiff.so:textproc/libxdiff
USES= php:pecl
IGNORE_WITH_PHP= 56
CONFLICTS= pecl-xdiff-1*
LDFLAGS+= -L${LOCALBASE}/lib
PORTSCOUT= limit:^2.*
.include <bsd.port.mk>