# -*- 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.10 ../../authors/id/B/BF/BFAIST revision 0 maintainers {@chrstphrchvz gmx.us:chrischavez} openmaintainer license {Artistic-1 GPL} platforms {darwin any} 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 efd2ea49989eb63c93c44de3c9117b77e73af735 \ sha256 eafc57f0fc3f0b3e2da3f5ad5b0fcc1554a7fbf87d72a05956d97455a2aebdbf \ size 11427 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-mojolicious \ port:p${perl5.major}-mojo-useragent-role-retry \ port:p${perl5.major}-io-socket-ssl }