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
|
2017-10-24 19:41:16 +02:00
|
|
|
PORTVERSION= 2017.3
|
2006-10-31 04:30:45 +01:00
|
|
|
CATEGORIES= misc
|
|
|
|
|
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
|
|
|
|
2016-02-03 21:55:00 +01:00
|
|
|
LICENSE= PHP301
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2011-12-28 03:01:55 +01:00
|
|
|
|
2012-02-01 22:52:04 +01:00
|
|
|
CONFIGURE_ARGS= --enable-timezonedb
|
2017-04-10 17:08:47 +02:00
|
|
|
USES= php:pecl
|
2006-10-31 04:30:45 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|