mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
d926c2a565
Reported by: pkg-fallout
22 lines
364 B
Makefile
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>
|