diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-02-02 05:52:04 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-02-02 05:52:04 +0800 |
commit | c0b11bdae97c993adeadabf288436035863d5060 (patch) | |
tree | 130b30397753bbc84d6e53dba639380f5c6416a7 /misc | |
parent | dafb17e13e3a4334b06443ff944a031fddaf9029 (diff) | |
download | freebsd-ports-gnome-c0b11bdae97c993adeadabf288436035863d5060.tar.gz freebsd-ports-gnome-c0b11bdae97c993adeadabf288436035863d5060.tar.zst freebsd-ports-gnome-c0b11bdae97c993adeadabf288436035863d5060.zip |
- Fix LICENSE
- Remove PHP_MODNAME
- Cosmetic change
- Take maintainership
Diffstat (limited to 'misc')
-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> |