# -*- 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 5.28
perl5.setup         Time-Epoch 0.02
revision            4
license             Artistic-1
maintainers         nomaintainer
description         Convert times in one epoch to times in another epoch
long_description    This is Time::Epoch, a tiny module that does nothing but convert times in one \
                    epoch to times in another.  Implemented currently is only converting Mac OS epoch \
                    to and from the perl/Unix epoch.

platforms           darwin

checksums           md5 a4ab4f49e08005b5accc358314c08b75

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