# -*- 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 92504 2012-04-30 13:34:01Z jmr@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-harstorage
version             0.6
revision            1
python.versions     25 26 27
python.default_version 27
categories-append   www
maintainers         openmaintainer singingwolfboy
supported_archs     noarch

description         Free repository for performance measurements
long_description    \
    HAR Storage is repository for automated client-side performance testing. \
    It's built on MongoDB and Pylons.

platforms           darwin

homepage            http://code.google.com/p/harstorage/
#master_sites        googlecode:harstorage

if {$name != $subport} {
    fetch.type      hg
    hg.url          https://code.google.com/p/harstorage/
    hg.tag          v${version}
    depends_lib-append \
                    port:py${python.version}-pymongo \
                    port:py${python.version}-pylons \
                    port:py${python.version}-cairo \
                    port:py${python.version}-gtk
}
