blob: 614a2caa6663a56044c50d0360482667e825a9fb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Ports collection makefile for: pecl-timezonedb
# Date created: 20 Oct 2006
# Whom: Marcus Alves Grando <mnag@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= timezonedb
DISTVERSION= 2011.14
CATEGORIES= misc
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= ports@FreeBSD.org
COMMENT= Timezone Database to be used with PHP's date and time functions
LICENSE= PHP301
USE_PHP= yes
USE_PHPEXT= yes
PHP_MODNAME= timezonedb
IGNORE_WITH_PHP=4
CONFIGURE_ARGS= --enable-timezonedb
.include <bsd.port.mk>
|