# -*- 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           cmake 1.1
PortGroup           github 1.0

name                libical

github.setup        libical libical 2.0.0 v
revision            2
categories          devel
license             {LGPL-2.1 MPL-1}
maintainers         nomaintainer
description         An implementation of iCalendar protocols and data formats
long_description    ${description}
platforms           darwin
homepage            https://github.com/libical

checksums           rmd160  1901573af1fb57be8feca3b3dd9db758c3e136ee \
                    sha256  c9c076153867cd6ebac23febb276036597443eabd30ba4534d38950a2cbb889e \
                    size    699220

depends_lib         port:icu

livecheck.url       https://github.com/libical/libical/releases
livecheck.regex     "${name}-(2\\.\\d+(?:\\.\\d+)*)${extract.suffix}"