PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936
20 lines
439 B
Makefile
20 lines
439 B
Makefile
# Created by: Marcus Alves Grando <mnag@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= timezonedb
|
|
PORTVERSION= 2016.5
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
DIST_SUBDIR= PECL
|
|
|
|
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:ext tar:tgz
|
|
|
|
.include <bsd.port.mk>
|