mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
f0a1969d34
is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
23 lines
447 B
Makefile
23 lines
447 B
Makefile
# 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
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|