# -*- 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
# $Id: Portfile 82547 2011-08-15 16:46:16Z jmr@macports.org $

PortSystem  1.0
PortGroup   perl5 1.0

categories  perl
platforms   darwin
perl5.setup Net-Z3950-ZOOM 1.28
revision    2
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   sha1    c0a1c22cfcaefe6b8a64a67ead0a920da5866f5c \
            rmd160  cc3afd8c5495e962544f91437038e80f1dd4d9a9

if {${perl5.major} != ""} {
depends_lib-append    port:yaz port:p${perl5.major}-marc-record
}
