diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-25 03:48:41 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-25 03:48:41 +0000 |
commit | c7c57e1eed2fa46901102b2323a5dc66dc0cac54 (patch) | |
tree | c78e5c08d3a9bcfe6157ab4cf4227057832c0d8e /devel/py-fortran/Makefile | |
parent | 722cdcf100fdaeebbb7025b44d52342879710897 (diff) |
Notes
Diffstat (limited to 'devel/py-fortran/Makefile')
-rw-r--r-- | devel/py-fortran/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/py-fortran/Makefile b/devel/py-fortran/Makefile new file mode 100644 index 000000000000..50f454b9a186 --- /dev/null +++ b/devel/py-fortran/Makefile @@ -0,0 +1,25 @@ +# ex:ts=8 +# Ports collection makefile for: py-fortran +# Date created: Jul 24, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= fortran +PORTVERSION= 8.1 +CATEGORIES= devel python +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= pyfortran +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= pyfort-${PORTVERSION} + +MAINTAINER= ports@FreeBSD.org + +RUN_DEPENDS= ${PYNUMERIC} + +USE_PYTHON= yes +USE_PYDISTUTILS= yes +WRKSRC= ${WRKDIR}/${DISTNAME:S/p/P/} + +.include <bsd.port.mk> |