mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
2f31d9527c
Related with `USES=php` so is better to keep them together Reported by: mat
24 lines
401 B
Makefile
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>
|