aboutsummaryrefslogtreecommitdiff
path: root/misc/pecl-timezonedb/Makefile
blob: 536f8b5107f30fc8aa9ff37001cd82d666fe1c60 (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>

PORTNAME=	timezonedb
PORTVERSION=	2021.1
CATEGORIES=	misc

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

LICENSE=	PHP301
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		php:pecl

CONFIGURE_ARGS=	--enable-timezonedb

.include <bsd.port.mk>