mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
18 lines
354 B
Makefile
18 lines
354 B
Makefile
# 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>
|