1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/misc/pecl-timezonedb/Makefile
2021-04-06 16:31:07 +02:00

18 lines
343 B
Makefile

# 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>