# -*- 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 100861 2012-12-30 10:13:55Z ryandesign@macports.org $

PortSystem              1.0
PortGroup               php 1.1

name                    php-yaz
version                 1.1.5
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  10d952a60f5ea35e48ac954c17610284f9b0daf0 \
                        sha256  d97e77b59aa86a8e5ea6d0da1ba9cc1750a13bfe65bb08d8f2c213b98f1087cc

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