aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-fiat/Makefile
blob: b398019b1aa1141bf9a508446e728be886f09918 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $FreeBSD$

PORTNAME=   fiat
PORTVERSION=    ${MMVERSION}.0
PORTREVISION=   6
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

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>