freebsd-ports/devel/py-fortran/Makefile
Dmitry Marakasov 6c71a7e7fe - Add LICENSE
- Pet portlint
- Add NO_ARCH
- Regenerate patches with `make makepatch`
2015-09-14 12:20:04 +00:00

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>