# -*- 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 80536 2011-07-14 10:48:11Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           php5extension 1.0

php5extension.setup timezonedb 2011.8 pecl
categories          php devel
platforms           darwin
maintainers         freebsd.org:miwi

description         A PECL Timezone Database.

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

checksums           sha1    b67ebaec8db41923a4823d10c1d28e45f9c8035c \
                    rmd160  a2d9d96f3d728a070d887c62d744741324d87f84

configure.args-append --enable-timezonedb

use_parallel_build  yes
