mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
9bd5402017
Changes: http://pecl.php.net/package-changelog.php?package=timezonedb PR: ports/189810 Submitted by: Gasol Wu <gasol.wu@gmail.com>
25 lines
488 B
Makefile
25 lines
488 B
Makefile
# Created by: Marcus Alves Grando <mnag@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= timezonedb
|
|
DISTVERSION= 2014.3
|
|
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
|
|
USES= tar:tgz
|
|
|
|
post-build:
|
|
@${STRIP_CMD} ${WRKSRC}/modules/${PORTNAME}.so
|
|
|
|
.include <bsd.port.mk>
|