diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-02-01 21:52:04 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-02-01 21:52:04 +0000 |
commit | 2aae7fc4b186eed441a90ca1ecf195d5069cd824 (patch) | |
tree | fb983053fb298fd2735b099c6d9c8ff924ea2b61 /misc/pecl-timezonedb | |
parent | d0735797ad3464dbf8eb012b6d07616e6385bdd1 (diff) | |
download | ports-2aae7fc4b186eed441a90ca1ecf195d5069cd824.tar.gz ports-2aae7fc4b186eed441a90ca1ecf195d5069cd824.zip |
Notes
Diffstat (limited to 'misc/pecl-timezonedb')
-rw-r--r-- | misc/pecl-timezonedb/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/misc/pecl-timezonedb/Makefile b/misc/pecl-timezonedb/Makefile index 614a2caa6663..ccb52b3e5a64 100644 --- a/misc/pecl-timezonedb/Makefile +++ b/misc/pecl-timezonedb/Makefile @@ -13,16 +13,14 @@ PKGNAMEPREFIX= pecl- EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Timezone Database to be used with PHP's date and time functions -LICENSE= PHP301 +LICENSE= PHP30 +CONFIGURE_ARGS= --enable-timezonedb USE_PHP= yes USE_PHPEXT= yes -PHP_MODNAME= timezonedb IGNORE_WITH_PHP=4 -CONFIGURE_ARGS= --enable-timezonedb - .include <bsd.port.mk> |