# -*- 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 python 1.0 name py-envisagecore version 3.2.0 revision 1 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/ distfiles python.versions 25 26 27 python.default_version 25 if {$subport != $name} { replaced_by py${python.version}-envisage } else { replaced_by py-envisage } pre-configure { ui_error "Please do not install this port since it has been replaced by py*-envisage." return -code error }