# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Net-Z3950-ZOOM 1.32
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Perl implementation of the ZOOM API
long_description    This module provides a nice, Perlish implementation of the \
                    ZOOM Abstract API for information retrieval, described and \
                    documented at http://zoom.z3950.org/api/. \
                    The older Net::Z3950 API is also included.

checksums           rmd160  a4fe6fa5301a91959846642ce29d1dd26be1f6ea \
                    sha256  527b179f4db335ec7869ed653fe19d4790cbf9ba8d06fd4cfc8adcf21a25ac49 \
                    size    68772

if {${perl5.major} != ""} {
    depends_build-append \
                    port:pkgconfig

    depends_lib-append \
                    port:yaz \
                    port:p${perl5.major}-marc-record
}
