# Ports collection makefile for:  pecl-timezonedb
# Date created:			  20 Oct 2006
# Whom:				  Marcus Alves Grando <mnag@FreeBSD.org>
#
# $FreeBSD: ports/misc/pecl-timezonedb/Makefile,v 1.16 2012/02/01 21:52:04 sunpoet Exp $
#

PORTNAME=	timezonedb
DISTVERSION=	2011.14
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's date and time functions

LICENSE=	PHP30

CONFIGURE_ARGS=	--enable-timezonedb
USE_PHP=	yes
USE_PHPEXT=	yes
IGNORE_WITH_PHP=4

.include <bsd.port.mk>
