# -*- 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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         WebService-MusicBrainz 1.0.7
revision            0
platforms           {darwin any}
maintainers         {@chrstphrchvz gmx.us:chrischavez} openmaintainer
license             {Artistic-1 GPL}
supported_archs     noarch

description         API to search the musicbrainz.org database

long_description    \
    This module will search the MusicBrainz database through \
    their web service and return objects with the found data. \
    This module is not backward compatible with pre-1.0 versions. \
    Version 1.0 is a complete re-write based on Mojolicious and \
    implements MusicBrainz Web Service Version 2 \
    (https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2).

checksums           rmd160  11b145ed688bf3ca6873f0c060ecbf76515b7e23 \
                    sha256  6d5855f0317541a9a5a347a611d24384f8f86155f715ebe8c8273f317d844a21 \
                    size    10045

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-mojolicious \
                    port:p${perl5.major}-io-socket-ssl
}
