# -*- 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: Portfile 131082 2015-01-05 22:42:47Z devans@macports.org $ PortSystem 1.0 PortGroup perl5 1.0 epoch 2 perl5.branches 5.16 5.18 5.20 perl5.setup DateTime 1.18 license Artistic-2 maintainers nomaintainer description A date and time object long_description DateTime is a class for the representation of \ date/time combinations, and is part of the Perl \ DateTime project. For details on this project \ please see http://datetime.perl.org platforms darwin checksums rmd160 f36e912f33df960625b1b198c4d8042f561c82c5 \ sha256 bada2c9fe3e79429f7c84592d9a9defd3a8c71f7b584389d450aa324340d913a if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-extutils-cbuilder \ port:p${perl5.major}-test-fatal \ port:p${perl5.major}-test-warnings depends_lib-append \ port:p${perl5.major}-datetime-locale \ port:p${perl5.major}-datetime-timezone \ port:p${perl5.major}-params-validate \ port:p${perl5.major}-test-simple perl5.use_module_build }