# $Id: Portfile 61460 2009-12-11 22:16:58Z ryandesign@macports.org $

PortSystem          1.0

name                taglib-sharp
version             2.0.3.0
categories          audio
platforms           darwin
maintainers         simon openmaintainer
description         C# implementation of TagLib.
long_description    ${description} TagLib is a library for reading and \
                    editing the meta-data of several popular audio formats.

homepage            http://www.taglib-sharp.com/
master_sites        ${homepage}Download/
checksums           md5 aa2c344760c8f4d878957fd4600155a5 \
                    sha1 4f88ca8506d0d82fda029ed3c7b317b990b478db \
                    rmd160 fe568a1a5e55cea36891009f22cd31846a743ab8

depends_lib         port:mono

configure.args      --disable-docs

livecheck.type      regex
livecheck.url       ${master_sites}
livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)"
