Ticket #30150: Portfile

File Portfile, 710 bytes (added by miwi@…, 13 years ago)
Line 
1# -*- 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
2# $Id$
3
4PortSystem          1.0
5PortGroup           php5extension 1.0
6
7php5extension.setup timezonedb 2011.8 pecl
8categories          php devel
9platforms           darwin
10maintainers         freebsd.org:miwi
11
12description         A PECL Timezone Database.
13
14long_description    Timezone Database to be used with PHP's date and time \
15                    functions.
16
17checksums           sha1    b67ebaec8db41923a4823d10c1d28e45f9c8035c \
18                    rmd160  a2d9d96f3d728a070d887c62d744741324d87f84
19
20configure.args-append --enable-timezonedb
21
22use_parallel_build  yes