# -*- 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 65907 2010-04-02 22:08:22Z jmr@macports.org $

PortSystem	1.0
PortGroup	python25 1.0

name                py25-traitsgui
version             3.0.4
categories-append   devel
maintainers         vcn.com:jjstickel openmaintainer 
description         The Enthought traitsgui package
long_description    The TraitsGUI project contains a\
    toolkit-independent GUI abstraction layer (known as Pyface),\
    which is used to support the "visualization" features of the Traits package.
platforms           darwin
homepage            http://code.enthought.com/projects/traits_gui/
master_sites        http://www.enthought.com/repo/ETS/
distname            TraitsGUI-${version}
checksums           md5 34793275679bf3ece560b9cf78c1cf08

depends_build-append  port:py25-distribute

depends_lib-append  port:py25-enthoughtbase\
    port:py25-traitsbackendwx
