# -*- 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 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 epoch 5 perl5.branches 5.24 perl5.setup DateTime-TimeZone 2.06 maintainers nomaintainer license {Artistic-1 GPL} supported_archs noarch description Time zone object base class and factory long_description This class is the base class for all time zone \ objects. A time zone is represented internally as \ a set of observances, each of which describes \ the offset from GMT for a given time period. platforms darwin checksums rmd160 7889bd85431111bd5aeca577907a5bbf26b38da0 \ sha256 9c51dd5ac957a43732b4a8d5cf7529e5a6b99ca86b447164cab003b190a8a8a6 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-test-fatal \ port:p${perl5.major}-test-output \ port:p${perl5.major}-test-requires \ port:p${perl5.major}-test-taint depends_lib-append \ port:p${perl5.major}-class-singleton \ port:p${perl5.major}-module-runtime \ port:p${perl5.major}-namespace-autoclean \ port:p${perl5.major}-params-validationcompiler \ port:p${perl5.major}-specio \ port:p${perl5.major}-try-tiny }