# -*- 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       github 1.0
PortGroup       python 1.0

set git_commit  5cba5e5a8768b5268ac040b46007f9bbeedec9fc
set git_date    20150212
github.setup    coherence-project UPnP-Inspector ${git_commit}
name            upnp-inspector
version         0.2.3-${git_date}
license         permissive
categories      net multimedia python
maintainers     devans openmaintainer

supported_archs noarch

description     UPnP-Inspector is an UPnP Device and Service analyzer, \
                based on the Coherence DLNA/UPnP framework.
long_description ${description}

platforms       darwin

checksums       rmd160  b6070546c2f6e8ffc67b27a173238eae8a720637 \
                sha256  70c929bfa12fa81a0f90981bf0066b22eb086969597c934c37f1ee83c20901f7

python.default_version  27

depends_build-append \
                port:py${python.version}-setuptools

depends_lib-append \
                port:py${python.version}-pygtk \
                port:py${python.version}-twisted \
                port:coherence

livecheck.type  none