freebsd-ports/textproc/pecl-xdiff/Makefile
Danilo G. Baio f8cc2c102f Update my email address
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D10648
2017-05-08 17:21:49 +00:00

23 lines
410 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
PORTSCOUT= limit:^1.*
USES= php:pecl
IGNORE_WITH_PHP= 70 71
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>