# -*- 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
platforms           darwin
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
php.pecl            yes

description         A PECL Timezone Database.

long_description    Timezone Database to be used with PHP's date and time \
                    functions.

if {[vercmp ${php.branch} 5.2] >= 0} {
    version         2021.1
    revision        0
    checksums       rmd160  a9f33ee172b1a7384767901f464f8d0b48689e67 \
                    sha256  9fd473fc76e01a2ffcd087283d20e4ec14067b29a8336ac4acf9c564abbeaa55 \
                    size    415891
}

configure.args-append --enable-timezonedb

use_parallel_build  yes
