# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 64283 2010-02-28 11:12:55Z ryandesign@macports.org $

PortSystem          1.0

name                httping
version             1.4.1
categories          net www
maintainers         nomaintainer
platforms           darwin

description         Ping-like tool for http-requests

long_description    Give it an url, and it'll show you how long it takes to \
                    connect, send a request and retrieve the reply (only the headers).

homepage            http://www.vanheusden.com/httping/
master_sites        ${homepage}

checksums           md5     bde1ff3c01343d2371d8f34fbf8a1d9a \
                    sha1    a8fa9cb3cb808b87d2c06f711ca1de81facf2726 \
                    rmd160  613fdd5ac9464048b9957ac62ff6391c284c2116

depends_build       port:openssl

extract.suffix      .tgz

use_configure       no

build.args          CC=${configure.cc}

destroot.args       PREFIX=${prefix}

universal_variant   no
