freebsd-ports/misc/pecl-timezonedb/Makefile

22 lines
427 B
Makefile
Raw Normal View History

# Created by: Marcus Alves Grando <mnag@FreeBSD.org>
# $FreeBSD$
PORTNAME= timezonedb
PORTVERSION= 2015.7
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= PHP30
CONFIGURE_ARGS= --enable-timezonedb
USE_PHP= yes
USE_PHPEXT= yes
2014-03-15 19:40:26 +01:00
USES= tar:tgz
.include <bsd.port.mk>