Tweak misc/lesspipe version 1.55
[dports.git] / misc / pecl-timezonedb / Makefile
1 # Created by: Marcus Alves Grando <mnag@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       timezonedb
5 DISTVERSION=    2013.9
6 CATEGORIES=     misc
7 MASTER_SITES=   http://pecl.php.net/get/
8 PKGNAMEPREFIX=  pecl-
9 DIST_SUBDIR=    PECL
10
11 MAINTAINER=     sunpoet@FreeBSD.org
12 COMMENT=        Timezone Database to be used with PHP date and time functions
13
14 LICENSE=        PHP30
15
16 CONFIGURE_ARGS= --enable-timezonedb
17 USE_PHP=        yes
18 USE_PHPEXT=     yes
19 USES=           tar:tgz
20
21 post-build:
22         @${STRIP_CMD} ${WRKSRC}/modules/${PORTNAME}.so
23
24 .include <bsd.port.mk>