freebsd-ports/math/py-fiat/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

25 lines
598 B
Makefile

# Created by: Jason Bacon <bacon4000@gmail.com>
# $FreeBSD$
PORTNAME= fiat
PORTVERSION= ${MMVERSION}.0
PORTREVISION= 3
CATEGORIES= math python
MASTER_SITES= https://launchpad.net/${PORTNAME}/${MMVERSION}.x/release-${MMVERSION}/+download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-${MMVERSION}
MAINTAINER= bacon4000@gmail.com
COMMENT= FInite element Automatic Tabulator
LICENSE= LGPL3
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scientific>=0:math/py-scientific
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= python:2
USE_PYTHON= distutils autoplist
MMVERSION= 1.1
.include <bsd.port.mk>