# -*- 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
perl5.setup         Date-Calc 6.4
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Gregorian calendar date calculations
long_description    The library provides all sorts of date calculations \
                    based on the Gregorian calendar (the one used in all \
                    western countries today), thereby complying with all \
                    relevant norms and standards: ISO/R 2015-1971, DIN \
                    1355 and, to some extent, ISO 8601 (where \
                    applicable).

checksums           rmd160  113feb158ccee796c26e45db3392f8e318023a91 \
                    sha256  7ce137b2e797b7c0901f3adf1a05a19343356cd1f04676aa1c56a9f624f859ad

platforms           darwin

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-bit-vector \
                    port:p${perl5.major}-carp-clan

    supported_archs noarch
}
