freebsd-ports/misc/pecl-timezonedb/Makefile
Sunpoet Po-Chuan Hsieh 0316456877 - Update to 2012.6
- While I'm here, cleanup Makefile header

Changes:	http://pecl.php.net/package-changelog.php?package=timezonedb
PR:		ports/172345
Submitted by:	John Marshall <john.marshall@riverwillow.com.au>
2012-10-07 14:25:46 +00:00

22 lines
449 B
Makefile

# Created by: Marcus Alves Grando <mnag@FreeBSD.org>
# $FreeBSD$
PORTNAME= timezonedb
DISTVERSION= 2012.6
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 date and time functions
LICENSE= PHP30
CONFIGURE_ARGS= --enable-timezonedb
USE_PHP= yes
USE_PHPEXT= yes
IGNORE_WITH_PHP=4
.include <bsd.port.mk>