aboutsummaryrefslogtreecommitdiffstats
path: root/lang/f2py/Makefile
blob: e59a3d8b964ebbc6160873799ddb123683a5b7d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# ex:ts=8
# Ports collection makefile for:    f2py
# Date created:         Jun 12, 2002
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   f2py
PORTVERSION=    2.13.175.1250
CATEGORIES= lang python
MASTER_SITES=   http://cens.ioc.ee/projects/f2py2e/2.x/
DISTNAME=   ${PORTNAME:U}-2.13.175-1250

MAINTAINER= ports@FreeBSD.org
COMMENT=    Fortran to Python Interface Generator

RUN_DEPENDS=    ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric

USE_PYTHON= yes
USE_PYDISTUTILS=    yes

.include <bsd.port.mk>