You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
35 lines
1.2 KiB
Tcl
35 lines
1.2 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
PortGroup python 1.0
|
|
|
|
github.setup pavel-paulau harstorage 1.0 v
|
|
name py-${github.project}
|
|
categories-append www
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
|
|
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.
|
|
|
|
checksums rmd160 e2fd77f11a5831484cb0bd0485655f41ff62bae6 \
|
|
sha256 5c1d8136323c3d08c72346650f265753a5dda4f08366f674571ee418f9259cc1 \
|
|
size 318651
|
|
|
|
supported_archs noarch
|
|
|
|
python.versions 27
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-cairo \
|
|
port:py${python.version}-pygtk \
|
|
port:py${python.version}-pylons \
|
|
port:py${python.version}-pymongo
|
|
livecheck.type none
|
|
} else {
|
|
github.livecheck.regex {([0-9.]+)}
|
|
}
|