aboutsummaryrefslogtreecommitdiffstats
path: root/misc/pecl-timezonedb/Makefile
blob: 03882df4df8d00972211989a710bc193aef9b949 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Marcus Alves Grando <mnag@FreeBSD.org>
# $FreeBSD$

PORTNAME=   timezonedb
PORTVERSION=    2017.3
CATEGORIES= misc

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Timezone Database to be used with PHP date and time functions

LICENSE=    PHP301
LICENSE_FILE=   ${WRKSRC}/LICENSE

CONFIGURE_ARGS= --enable-timezonedb
USES=       php:pecl

.include <bsd.port.mk>