1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/misc/pecl-timezonedb/Makefile
Sunpoet Po-Chuan Hsieh 0ccc8e7650 - Update to 2012.3
Changes:	http://pecl.php.net/package-changelog.php?package=timezonedb
PR:		ports/166896
Submitted by:	John Marshall <john.marshall@riverwillow.com.au>
2012-04-16 16:52:26 +00:00

27 lines
536 B
Makefile

# Ports collection makefile for: pecl-timezonedb
# Date created: 20 Oct 2006
# Whom: Marcus Alves Grando <mnag@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= timezonedb
DISTVERSION= 2012.3
CATEGORIES= misc
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Timezone Database to be used with PHP's date and time functions
LICENSE= PHP30
CONFIGURE_ARGS= --enable-timezonedb
USE_PHP= yes
USE_PHPEXT= yes
IGNORE_WITH_PHP=4
.include <bsd.port.mk>