4ca8bbad71
- Support STAGEDIR Changes: http://pecl.php.net/package-changelog.php?package=timezonedb
21 lines
431 B
Makefile
21 lines
431 B
Makefile
# Created by: Marcus Alves Grando <mnag@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= timezonedb
|
|
DISTVERSION= 2013.8
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Timezone Database to be used with PHP date and time functions
|
|
|
|
LICENSE= PHP30
|
|
|
|
CONFIGURE_ARGS= --enable-timezonedb
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
|
|
.include <bsd.port.mk>
|