blob: baf3527dfe7b2dbfb141441432052683298a86e5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= timezonedb
PORTVERSION= 2022.2
CATEGORIES= misc
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Timezone Database to be used with PHP date and time functions
WWW= https://pecl.php.net/package/timezonedb
LICENSE= PHP301
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= php:pecl
CONFIGURE_ARGS= --enable-timezonedb
.include <bsd.port.mk>
|