mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
2f31d9527c
Related with `USES=php` so is better to keep them together Reported by: mat
24 lines
413 B
Makefile
24 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>
|