# -*- 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$ PortSystem 1.0 PortGroup python 1.0 name py-harstorage version 0.6 revision 2 python.versions 25 26 27 python.default_version 27 categories-append www maintainers nomaintainer 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}-pygtk }