2012-10-07 16:25:46 +02:00
|
|
|
# Created by: Marcus Alves Grando <mnag@FreeBSD.org>
|
2006-10-31 04:30:45 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= timezonedb
|
2015-12-06 18:51:54 +01:00
|
|
|
PORTVERSION= 2015.7
|
2006-10-31 04:30:45 +01:00
|
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
|
|
PKGNAMEPREFIX= pecl-
|
|
|
|
DIST_SUBDIR= PECL
|
|
|
|
|
2012-02-01 22:52:04 +01:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2012-08-22 08:33:33 +02:00
|
|
|
COMMENT= Timezone Database to be used with PHP date and time functions
|
2006-10-31 04:30:45 +01:00
|
|
|
|
2012-02-01 22:52:04 +01:00
|
|
|
LICENSE= PHP30
|
2011-12-28 03:01:55 +01:00
|
|
|
|
2012-02-01 22:52:04 +01:00
|
|
|
CONFIGURE_ARGS= --enable-timezonedb
|
2006-10-31 04:30:45 +01:00
|
|
|
USE_PHP= yes
|
|
|
|
USE_PHPEXT= yes
|
2014-03-15 19:40:26 +01:00
|
|
|
USES= tar:tgz
|
2006-10-31 04:30:45 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|