1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/www/pecl-http/Makefile

29 lines
567 B
Makefile
Raw Normal View History

# Ports collection makefile for: pecl-http
# Date created: 23 July 2008
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= http
2010-07-10 07:38:38 +00:00
PORTVERSION= 1.7.0
CATEGORIES= www
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
DISTNAME= pecl_${PORTNAME}-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= miwi@FreeBSD.org
COMMENT= Extended HTTP Support
2010-04-03 10:44:36 +00:00
LIB_DEPENDS= curl.6:${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>