aboutsummaryrefslogtreecommitdiffstats
path: root/www/pecl-http/Makefile
blob: b501653a2c036548857018e3e9cfb48d7d427451 (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-http
# Date created:     23 July 2008
# Whom:         Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   http
PORTVERSION=    1.6.1
CATEGORIES= www
MASTER_SITES=   http://pecl.php.net/get/
PKGNAMEPREFIX=  pecl-
DISTNAME=   pecl_${PORTNAME}-${PORTVERSION}
EXTRACT_SUFX=   .tgz

MAINTAINER= wenheping@gmail.com
COMMENT=    Extended HTTP Support

LIB_DEPENDS=    curl.4:${PORTSDIR}/ftp/curl

USE_PHP=    yes
USE_PHPEXT= yes

CONFIGURE_ARGS+=    --with-http-curl-requests \
            --with-http-zlib-compression \
            --with-http-magic-mime

.include <bsd.port.mk>