# -*- 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 php 1.1 name php-timezonedb categories php devel maintainers {ryandesign @ryandesign} openmaintainer license PHP-3.01 php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 php.pecl yes description A PECL Timezone Database. long_description Timezone Database to be used with PHP's date and time \ functions. # Version 2021.5 and later require PHP 5.4 or later though that was not # indicated until version 2022.6. # https://bugs.php.net/bug.php?id=80923 # https://github.com/php/pecl-datetime-timezonedb/commit/fb6fbdc87bd579085481f2d61c65a672ae10fe8e if {[vercmp ${php.branch} >= 5.4]} { version 2024.2 revision 0 checksums rmd160 0aee1cee0fd9afd304f35459a4b6d1ac6372ab14 \ sha256 6181df34c56320a0b9fdaffd6869addea974fb2dc6318a7081af2d43b4e5e897 \ size 646864 } elseif {[vercmp ${php.branch} >= 5.2]} { version 2021.1 revision 0 checksums rmd160 a9f33ee172b1a7384767901f464f8d0b48689e67 \ sha256 9fd473fc76e01a2ffcd087283d20e4ec14067b29a8336ac4acf9c564abbeaa55 \ size 415891 } configure.args-append --enable-timezonedb use_parallel_build yes