Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name py-f2py
version 2.43.239_1831
categories python
platforms darwin
maintainers nomaintainer@macports.org
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

depends_lib-append port:py-numeric