aboutsummaryrefslogtreecommitdiff
path: root/devel/py-fortran/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-04-28 09:23:24 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-04-28 09:23:24 +0000
commit25196351fdfbf745cd12bfc850d5383fe8a4329e (patch)
tree63ce98fafff5cced2698461cf2f354b9855a61e3 /devel/py-fortran/Makefile
parent65d62c280e060e3aa6a2ed60b20ad869934e7481 (diff)
downloadports-25196351fdfbf745cd12bfc850d5383fe8a4329e.tar.gz
ports-25196351fdfbf745cd12bfc850d5383fe8a4329e.zip
Notes
Diffstat (limited to 'devel/py-fortran/Makefile')
-rw-r--r--devel/py-fortran/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-fortran/Makefile b/devel/py-fortran/Makefile
index 837de0919051..5518e5c4581f 100644
--- a/devel/py-fortran/Makefile
+++ b/devel/py-fortran/Makefile
@@ -7,21 +7,21 @@
#
PORTNAME= fortran
-PORTVERSION= 8.1
+PORTVERSION= 8.5.3
CATEGORIES= devel python
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= pyfortran
+MASTER_SITES= SF
+MASTER_SITE_SUBDIR=pyfortran
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= pyfort-${PORTVERSION}
+DISTNAME= Pyfort-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= wenheping@gmail.com
COMMENT= Creating extensions to the Python language with Fortran routines
-RUN_DEPENDS= ${PYNUMERIC}
+RUN_DEPENDS= ${PYNUMERIC}:${PORTSDIR}/math/py-numeric
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= Pyfort
-WRKSRC= ${WRKDIR}/${DISTNAME:S/p/P/}
+WRKSRC= ${WRKDIR}/${DISTNAME}
.include <bsd.port.mk>