6c71a7e7fe
- Pet portlint - Add NO_ARCH - Regenerate patches with `make makepatch`
23 lines
462 B
Makefile
23 lines
462 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= ${PYNUMERIC}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|