# -*- 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 114324 2013-12-05 08:44:51Z ryandesign@macports.org $

PortSystem	        1.0
PortGroup	        python 1.0

name                py-envisageplugins
version             3.2.0
revision            1
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
distfiles

python.versions        25 26 27
python.default_version 25

if {${name} ne ${subport}} {
    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
}
