Tweak math/py-fiat version 1.1.0_3
[dports.git] / math / py-fiat / Makefile
1 # Created by: Jason Bacon <bacon4000@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       fiat
5 PORTVERSION=    ${MMVERSION}.0
6 PORTREVISION=   3
7 CATEGORIES=     math python
8 MASTER_SITES=   https://launchpad.net/${PORTNAME}/${MMVERSION}.x/release-${MMVERSION}/+download/
9 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
10 DISTNAME=       ${PORTNAME}-${MMVERSION}
11
12 MAINTAINER=     bacon4000@gmail.com
13 COMMENT=        FInite element Automatic Tabulator
14
15 LICENSE=        LGPL3
16
17 BUILD_DEPENDS=  ${PYTHON_PKGNAMEPREFIX}scientific>=0:${PORTSDIR}/math/py-scientific
18 RUN_DEPENDS:=   ${BUILD_DEPENDS}
19
20 USES=           python:2
21 USE_PYTHON=     distutils autoplist
22
23 MMVERSION=      1.1
24
25 .include <bsd.port.mk>