1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/net/pecl-yaz/Makefile
Antoine Brodin d926c2a565 Those ports are not compatible with php 7.3
Reported by:	pkg-fallout
2018-10-12 06:23:47 +00:00

22 lines
364 B
Makefile

# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
PORTNAME= yaz
PORTVERSION= 1.2.1
CATEGORIES= net pear
MAINTAINER= fw@moov.de
COMMENT= PECL extension that implements a Z39.50 client
LICENSE= PHP301
LIB_DEPENDS= libyaz.so:net/yaz
USES= php:pecl
USE_GNOME+= libxslt
IGNORE_WITH_PHP= 70 73
CONFIGURE_ARGS= --with-yaz=${LOCALBASE}
.include <bsd.port.mk>