freebsd-ports/www/pecl-http/Makefile
Martin Wilke 3484a7aa91 - Take over maintainership
Approved by:	Wen Heping (maintainer)
2009-08-22 21:32:00 +00:00

28 lines
567 B
Makefile

# Ports collection makefile for: pecl-http
# Date created: 23 July 2008
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= http
PORTVERSION= 1.6.5
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
LIB_DEPENDS= curl.5:${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>