# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 109326 2013-08-13 08:52:06Z ryandesign@macports.org $

PortSystem              1.0
PortGroup               php 1.1

name                    php-yaz
version                 1.1.6
categories-append       net databases devel
platforms               darwin
maintainers             ryandesign openmaintainer
license                 PHP

php.branches            5.3 5.4 5.5
php.pecl                yes

description             PHP/PECL extension for the Z39.50 protocol

long_description        This extension implements a Z39.50 client \
                        for PHP using the YAZ toolkit.

checksums               rmd160  2a412c2899c14cfb015b770a26d933a28b9c19d2 \
                        sha256  dd9b919ba3b2a09a9c77c847407f106512fe75979cc0689ebccef08c80719eee

if {${name} ne ${subport}} {
    depends_lib-append  port:re2c port:yaz
}
