# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id: Portfile 103625 2013-03-03 15:12:04Z ryandesign@macports.org $ PortSystem 1.0 PortGroup php 1.1 name php-http version 1.7.5 categories php www platforms darwin maintainers ryandesign openmaintainer license BSD php.branches 5.3 5.4 5.5 php.pecl yes php.pecl.name pecl_http description Extended HTTP Support long_description \ This HTTP extension aims to provide a convenient and powerful \ set of functionality for one of PHPs major applications. \ It eases handling of HTTP urls, dates, redirects, headers and \ messages, provides means for negotiation of clients preferred \ language and charset, as well as a convenient way to send any \ arbitrary data with caching and resuming capabilities. \ It provides powerful request functionality, if built with CURL \ support. Parallel requests are available for PHP 5 and greater. checksums rmd160 2f6c3ceca16aff9cebaf39b879c5680acb5c2107 \ sha256 6be7648f1c738484b5645ac38b671c93a27e99d9c5dc67331acce056dacf34c1 if {${name} != ${subport}} { depends_lib-append port:curl \ port:zlib configure.args --with-http-curl-requests=${prefix} \ --with-http-zlib-compression=${prefix} \ --without-http-curl-libevent use_parallel_build yes }