# -*- 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 89589 2012-02-03 17:13:43Z macsforever2000@macports.org $

PortSystem	        1.0
PortGroup	        python 1.0

name                py-envisageplugins
version             3.2.0
categories-append   devel
maintainers         vcn.com:jjstickel openmaintainer
description         Enthought envisage plugins
long_description    The EnvisagePlugins project includes a number of plug-ins for the Envisage framework
platforms           darwin
homepage            http://code.enthought.com/projects/envisage_plugins.php
master_sites        http://www.enthought.com/repo/ets/
distname            EnvisagePlugins-${version}

checksums           md5     caa1c701e11de17993019509d2ff96d8 \
                    sha1    ccafac3cf987feeecdd238f0b2b30d1f0f6d71a2 \
                    rmd160  6f27dcf7bed69908fd1da6a060e0f6a7029e9313

python.versions        25 26 27
python.default_version 25

if {$subport != $name} {
    depends_build-append    port:py${python.version}-distribute
    depends_lib-append      port:py${python.version}-envisagecore \
                            port:py${python.version}-traitsgui
}
