aboutsummaryrefslogtreecommitdiff
path: root/misc/pecl-timezonedb
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-02-01 21:52:04 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-02-01 21:52:04 +0000
commit2aae7fc4b186eed441a90ca1ecf195d5069cd824 (patch)
treefb983053fb298fd2735b099c6d9c8ff924ea2b61 /misc/pecl-timezonedb
parentd0735797ad3464dbf8eb012b6d07616e6385bdd1 (diff)
downloadports-2aae7fc4b186eed441a90ca1ecf195d5069cd824.tar.gz
ports-2aae7fc4b186eed441a90ca1ecf195d5069cd824.zip
Notes
Diffstat (limited to 'misc/pecl-timezonedb')
-rw-r--r--misc/pecl-timezonedb/Makefile8
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>