ports/devel/py-fortran/Makefile
Mathieu Arnold 4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00

23 lines
515 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= ports@FreeBSD.org
COMMENT= Creating extensions to the Python language with Fortran routines
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numeric>0:math/py-numeric@${PY_FLAVOR}
USES= python:2.7
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>