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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup php5extension 1.0 |
---|
6 | |
---|
7 | php5extension.setup timezonedb 2011.8 pecl |
---|
8 | categories php devel |
---|
9 | platforms darwin |
---|
10 | maintainers freebsd.org:miwi |
---|
11 | |
---|
12 | description A PECL Timezone Database. |
---|
13 | |
---|
14 | long_description Timezone Database to be used with PHP's date and time \ |
---|
15 | functions. |
---|
16 | |
---|
17 | checksums sha1 b67ebaec8db41923a4823d10c1d28e45f9c8035c \ |
---|
18 | rmd160 a2d9d96f3d728a070d887c62d744741324d87f84 |
---|
19 | |
---|
20 | configure.args-append --enable-timezonedb |
---|
21 | |
---|
22 | use_parallel_build yes |
---|