Ticket #19567: Portfile

File Portfile, 1.0 KB (added by jjstickel@…, 15 years ago)
Line 
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
4PortSystem      1.0
5PortGroup       python25 1.0
6
7name                py25-apptools
8version             3.2.0
9categories-append   devel
10maintainers         vcn.com:jjstickel openmaintainer
11description         The Enthought apptools package
12long_description    The Enthought Tool Suite includes a set of packages\
13    that we have found useful in creating a number of applications.\
14    They implement functionality that is commonly needed by many applications.\
15    These packages are distributed together as the AppTools project.
16platforms           darwin
17homepage            http://code.enthought.com/projects/app_tools.php
18master_sites        http://www.enthought.com/repo/ETS/
19distname            AppTools-${version}
20checksums           md5 8aa64f9e04f3cdcdaab91d73a9790928
21
22depends_build-append  port:py25-setuptools
23
24depends_lib-append  port:py25-configobj\
25    port:py25-numpy\
26    port:py25-envisagecore\
27    port:py25-traitsgui