# -*- 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 65907 2010-04-02 22:08:22Z jmr@macports.org $

PortSystem	1.0
PortGroup	python25 1.0

name                py25-envisageplugins
version             3.1.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 8a3921e0e2219d828767f3e08ee40103

depends_build-append  port:py25-distribute

depends_lib-append      port:py25-envisagecore\
    port:py25-traitsgui
