| 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-envisagecore |
|---|
| 8 | version 3.1.0 |
|---|
| 9 | categories-append devel |
|---|
| 10 | maintainers vcn.com:jjstickel openmaintainer |
|---|
| 11 | description The Enthought envisage package |
|---|
| 12 | long_description Envisage is a Python-based framework for building extensible applications |
|---|
| 13 | platforms darwin |
|---|
| 14 | homepage http://code.enthought.com/projects/envisage/ |
|---|
| 15 | master_sites http://www.enthought.com/repo/ETS/ |
|---|
| 16 | distname EnvisageCore-${version} |
|---|
| 17 | checksums md5 6b3e984fbd97c674518c7c9c27df3160 |
|---|
| 18 | |
|---|
| 19 | depends_build-append port:py25-setuptools |
|---|
| 20 | |
|---|
| 21 | depends_lib-append port:py25-enthoughtbase\ |
|---|
| 22 | port:py25-traits |
|---|