# -*- 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
# $Id: Portfile 107965 2013-07-10 00:33:02Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           php5extension 1.0

php5extension.setup timezonedb 2013.4 pecl
categories          php devel
platforms           darwin
maintainers         ryandesign openmaintainer

description         A PECL Timezone Database.

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

checksums           rmd160  1584599e3ecdf2926d4390336312b1ccb055237f \
                    sha256  335d492d60f300d55de329d8ec5ae30e1d03821cc0a74572692d7f7ddfc02fc2

configure.args-append --enable-timezonedb

use_parallel_build  yes
