# -*- 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 78682 2011-05-17 23:14:25Z macsforever2000@macports.org $

PortSystem	1.0
PortGroup	python26 1.0

name                py26-envisagecore
version             3.2.0
categories-append   devel
maintainers         vcn.com:jjstickel openmaintainer
supported_archs     noarch

description         The Enthought envisage package
long_description    Envisage is a Python-based framework for building extensible applications
platforms           darwin
homepage            http://code.enthought.com/projects/envisage/
master_sites        http://www.enthought.com/repo/ETS/
distname            EnvisageCore-${version}

checksums           md5     47027468582464738f475c3560bcfd29 \
                    sha1    41de5f291a1cb36984853e48e2bbd9e16092f596 \
                    rmd160  1e4867176ff81e775d9ad0ee1721a49324818906

depends_build-append    port:py26-distribute
depends_lib-append      port:py26-enthoughtbase port:py26-traits
