1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/misc/pecl-timezonedb/Makefile
Sunpoet Po-Chuan Hsieh 9bd5402017 - Update to 2014.3
Changes:	http://pecl.php.net/package-changelog.php?package=timezonedb
PR:		ports/189810
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
2014-05-15 17:35:10 +00:00

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>