1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/math/py-fiat/Makefile

25 lines
558 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= fiat
PORTVERSION= ${MMVERSION}.0
PORTREVISION= 5
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@${FLAVOR}
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= python:2.7
USE_PYTHON= distutils autoplist
MMVERSION= 1.1
.include <bsd.port.mk>