# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           perl5 1.0

name                p5-date-manip
perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Date-Manip 6.97 ../../authors/id/S/SB/SBECK
revision            0
maintainers         nomaintainer
license             {Artistic-1 GPL}

platforms           {darwin any}
supported_archs     noarch

description         Perl Module for manipulating date and time.
long_description    This is a set of routines designed to make any common \
                    date/time manipulation easy to do. Operations such \
                    as comparing two times, calculating a time a given \
                    amount of time from another, or parsing international \
                    times are all easily done.

checksums           rmd160  d7ad34fcf363b51c635a5f444f788d4012b7da46 \
                    sha256  47948b4a4f6852653b71036855af4fbb27f670cbda96f7416ff89b11d0dcc57e \
                    size    1853189

if {${perl5.major} != ""} {
    depends_build-append \
        port:p${perl5.major}-test-inter
}
