aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-fiat/Makefile
blob: b102037cb5f1e03e891f7391c08cfc1d3bb00e25 (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
25
26
27
28
29
# New ports collection makefile for:    py-fiat
# Date created:             13 April 2012
# Whom:                 Jason Bacon <jwbacon@tds.net>
#
# $FreeBSD$
#

PORTNAME=   fiat
PORTVERSION=    1.0.0
PORTREVISION=   1
CATEGORIES= math python
MASTER_SITES=   https://launchpad.net/${PORTNAME}/1.0.x/${PORTVERSION}/+download/
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= jwbacon@tds.net
COMMENT=    FInite element Automatic Tabulator

LICENSE=    LGPL3

BUILD_DEPENDS=  ${PYTHON_PKGNAMEPREFIX}scientific>=0:${PORTSDIR}/math/py-scientific
RUN_DEPENDS:=   ${BUILD_DEPENDS}

USE_PYTHON= -2.7
USE_PYDISTUTILS=    yes
PYDISTUTILS_PKGNAME=    FIAT

FETCH_ARGS= -F

.include <bsd.port.mk>