aboutsummaryrefslogtreecommitdiff
path: root/math/py-fiat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-fiat/Makefile')
-rw-r--r--math/py-fiat/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/math/py-fiat/Makefile b/math/py-fiat/Makefile
deleted file mode 100644
index 15c260a474e7..000000000000
--- a/math/py-fiat/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= fiat
-PORTVERSION= ${MMVERSION}.0
-PORTREVISION= 7
-CATEGORIES= math python
-MASTER_SITES= https://launchpad.net/${PORTNAME}/${MMVERSION}.x/release-${MMVERSION}/+download/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= ${PORTNAME}-${MMVERSION}
-
-MAINTAINER= jwb@FreeBSD.org
-COMMENT= FInite element Automatic Tabulator
-
-LICENSE= LGPL3
-
-DEPRECATED= Uses deprecated version of python
-EXPIRATION_DATE= 2020-08-15
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scientific>=0:math/py-scientific@${PY_FLAVOR}
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-
-USES= python:2.7
-USE_PYTHON= distutils autoplist
-
-MMVERSION= 1.1
-
-.include <bsd.port.mk>