Ticket #31922: Portfile

File Portfile, 951 bytes (added by stefanocovino, 13 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# $Id$
3PortSystem          1.0
4PortGroup python27  1.0
5name                py27-SRPAstro
6version             3.10.2
7categories-append   science
8platforms           darwin
9maintainers         inaf.it:stefano.covino
10description         Data Analysis Packages
11long_description    Set of tools for carrying out simple tasks related to astronomical observations
12homepage            http://www.me.oa-brera.inaf.it/utenti/covino/usermanual.pdf
13master_sites        http://www.me.oa-brera.inaf.it/utenti/covino/SRPAstro-${version}.tar.gz
14distname            SRPAstro-${version}
15checksums           md5                         7e0a871e8929b14c3d90036a35958f67
16depends_run-append  port:py27-numpy             \
17                    port:py27-pyfits            \
18                    port:py27-asciitable        \
19                    port:py27-atpy              \
20                    port:py27-matplotlib        \
21                    port:py27-pil               \
22                    port:py27-scipy