Skip to content

Commit

Permalink
p5-webservice-musicbrainz: new port, version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstphrchvz authored and pmetzger committed Jun 9, 2018
1 parent 569d075 commit de37d46
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions perl/p5-webservice-musicbrainz/Portfile
@@ -0,0 +1,35 @@
# -*- 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.26
perl5.setup WebService-MusicBrainz 1.0.4

platforms darwin
maintainers {@chrstphrchvz gmx.us:chrischavez} openmaintainer
license {Artistic-1 GPL}

# Uncomment this line if you know there will be no arch-specific code:
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 807198e39be094ae56a9af85d734fc0db8b4b72b \
sha256 6ac02bbccf2801552131083982edc2a26338bcd47a8edacb3cda4ca9641f5fa0 \
size 9937

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


0 comments on commit de37d46

Please sign in to comment.