# $Id: Portfile 114324 2013-12-05 08:44:51Z ryandesign@macports.org $

PortSystem 1.0
PortGroup python 1.0

name			py-f2py
version			2.43.239_1831
license			LGPL
platforms		darwin
supported_archs	noarch
maintainers		nomaintainer
description		Fortran to Python Interface Generator
long_description	The Fortran to Python Interface Generator, or F2PY for \
				short, is a command line tool (f2py) for generating \
				Python C/API modules for wrapping Fortran 77/90/95 \
				routines, accessing common blocks from Python, and \
				calling Python functions from Fortran (call-backs). \
				It also supports interfacing routines from Fortran \
				90/95 modules.

homepage		http://cens.ioc.ee/projects/f2py2e
master_sites	${homepage}/2.x/
distname		F2PY-${version}
checksums		md5 ab041f404855700849204af43ff6cc91

python.versions	24

python.move_binaries no
python.link_binaries_suffix

if {${name} ne ${subport}} {
    depends_lib-append	port:py${python.version}-numeric
}
