mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 00:31:51 -04:00
20 lines
437 B
Makefile
20 lines
437 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fortran
|
|
PORTVERSION= 8.5.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/8.5
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= Pyfort-${PORTVERSION}
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= Creating extensions to the Python language with Fortran routines
|
|
|
|
RUN_DEPENDS= ${PYNUMERIC}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|