# -*- 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 74316 2010-12-12 01:45:39Z ryandesign@macports.org $

PortSystem	1.0
PortGroup	python25 1.0

name                py25-envisagecore
version             3.1.3
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           sha1    c4eefe88a06990f9640de8b90afe0b460ed6b460 \
                    rmd160  d84599088ce34b04ce6245d337c8bf586dd4c08c

depends_build-append    port:py25-distribute
depends_lib-append      port:py25-enthoughtbase\
    port:py25-traits
