1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/net/pecl-yaz/Makefile
Mathieu Arnold 3fc575d9f3 Convert all PECL ports to USES=php:pecl.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10281
2017-04-10 15:08:47 +00:00

22 lines
361 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
CONFIGURE_ARGS= --with-yaz=${LOCALBASE}
.include <bsd.port.mk>