Ticket #52649: Portfile
File Portfile, 434 bytes (added by lpsinger (Leo Singer), 8 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$ |
3 | |
4 | PortSystem 1.0 |
5 | PortGroup python 1.0 |
6 | PortGroup obsolete 1.0 |
7 | |
8 | name py-pyfits |
9 | version 3.4.0 |
10 | python.versions 27 33 34 |
11 | |
12 | if {${name} eq ${subport}} { |
13 | replaced_by py-astropy |
14 | } else { |
15 | replaced_by py${python.version}-astropy |
16 | } |