1 | # -*- 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 |
---|
2 | # JJS 3/24/09 |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python25 1.0 |
---|
6 | |
---|
7 | name py25-envisageplugins |
---|
8 | version 3.1.0 |
---|
9 | categories-append devel |
---|
10 | maintainers vcn.com:jjstickel openmaintainer |
---|
11 | description Enthought envisage plugins |
---|
12 | long_description The EnvisagePlugins project includes a number of plug-ins for the Envisage framework |
---|
13 | platforms darwin |
---|
14 | homepage http://code.enthought.com/projects/envisage_plugins.php |
---|
15 | master_sites http://www.enthought.com/repo/ETS/ |
---|
16 | distname EnvisagePlugins-${version} |
---|
17 | checksums md5 8a3921e0e2219d828767f3e08ee40103 |
---|
18 | |
---|
19 | depends_build-append port:py25-setuptools |
---|
20 | |
---|
21 | depends_lib-append port:py25-envisagecore\ |
---|
22 | port:py25-traitsgui |
---|