# $Id: Portfile 68527 2010-06-05 14:57:47Z singingwolfboy@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-libnamebench
set real_name       namebench
version             1.3
maintainers         singingwolfboy openmaintainer
license             Apache 2.0
description         DNS speed benchmark tool (CLI)
long_description    \
    namebench hunts down the fastest DNS servers available for your computer. \
    namebench runs a fair and thorough benchmark using your web browser history, \
    tcpdump output, or standardized datasets in order to provide an \
    individualized recommendation. \
    \
    This port only installs the command line interface -- for the Cocoa GUI \
    interface, install the "namebench" port.
    
homepage            http://code.google.com/p/namebench/
platforms           darwin
master_sites        googlecode:${real_name}
distname            ${real_name}-${version}-source
extract.suffix      .tgz
checksums           md5     24bfbae12ed0f737562931439dd89ff5 \
                    sha1    d3fe7f3791bc7a7b3a23f54fa6ca7ca5f76f2ad5 \
                    rmd160  14f2dfe849170f9b97050d9dba9776ef536b7ddf
# store file in namebench port distfiles dir: both ports use the same file
dist_subdir         ${real_name}
                    
worksrcdir          ${real_name}-${version}
build.env-append    NO_THIRD_PARTY=true
destroot.env-append NO_THIRD_PARTY=true

depends_lib-append  port:py26-dnspython \
                    port:py26-httplib2 \
                    port:py26-jinja2 \
                    port:py26-graphy
