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 5/1/09 |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python25 1.0 |
---|
6 | |
---|
7 | name py25-enthoughtbase |
---|
8 | version 3.0.2 |
---|
9 | categories-append devel |
---|
10 | maintainers vcn.com:jjstickel openmaintainer |
---|
11 | description The Enthought base package |
---|
12 | long_description The EnthoughtBase project includes a few core packages\ |
---|
13 | that are used by many other projects in the Enthought Tool Suite |
---|
14 | platforms darwin |
---|
15 | homepage http://code.enthought.com/projects/enthought_base.php |
---|
16 | master_sites http://www.enthought.com/repo/ETS/ |
---|
17 | distname EnthoughtBase-${version} |
---|
18 | checksums md5 e4463c165534f1d31ad1ab5c2eced1b6 |
---|
19 | |
---|
20 | depends_build-append port:py25-setuptools |
---|
21 | |
---|
22 | patchfiles changeset_r24034.diff |
---|
23 | patch.pre_args -p3 |
---|