ports/devel/py-fortran/Makefile
Marcus von Appen 89e07f4a18 - Convert ports of devel/ to USES=python
Approved by:	portmgr (implicit)
2014-10-20 16:04:12 +00:00

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>