aboutsummaryrefslogtreecommitdiffstats
path: root/lang/f2py/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2003-10-28 10:14:31 +0800
committerijliao <ijliao@FreeBSD.org>2003-10-28 10:14:31 +0800
commitbbb4b46e47303f462e427f0ca68d99961e3ff55b (patch)
tree203fd636e49f9ee6c31be053ff60f341f7758cd4 /lang/f2py/Makefile
parent98cff1fe979b4a7097c3b85480087513db9e7f15 (diff)
downloadfreebsd-ports-gnome-bbb4b46e47303f462e427f0ca68d99961e3ff55b.tar.gz
freebsd-ports-gnome-bbb4b46e47303f462e427f0ca68d99961e3ff55b.tar.zst
freebsd-ports-gnome-bbb4b46e47303f462e427f0ca68d99961e3ff55b.zip
upgrade to 2.37.233.1545
Diffstat (limited to 'lang/f2py/Makefile')
-rw-r--r--lang/f2py/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/f2py/Makefile b/lang/f2py/Makefile
index 5e7200da0a02..18c0ef33d043 100644
--- a/lang/f2py/Makefile
+++ b/lang/f2py/Makefile
@@ -7,10 +7,10 @@
#
PORTNAME= f2py
-PORTVERSION= 2.13.175.1250
+PORTVERSION= 2.37.233.1545
CATEGORIES= lang python
MASTER_SITES= http://cens.ioc.ee/projects/f2py2e/2.x/
-DISTNAME= ${PORTNAME:U}-2.13.175-1250
+DISTNAME= ${PORTNAME:U}-${PORTVERSION:R}-${PORTVERSION:E}
MAINTAINER= ports@FreeBSD.org
COMMENT= Fortran to Python Interface Generator
@@ -19,6 +19,5 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric
USE_PYTHON= yes
USE_PYDISTUTILS= yes
-PLIST_SUB= _PYTHON_VERSION=${_PYTHON_VERSION}
.include <bsd.port.mk>