aboutsummaryrefslogtreecommitdiff
path: root/math/py-mixsimulator/Makefile
blob: 2a3bb60bb897fbcc5e2c3ee605035c466db2b4bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	mixsimulator
PORTVERSION=	0.3.3
CATEGORIES=	math python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Calculate and simulate the least cost of an energy mix under constraints

LICENSE=	MIT

USES=		python:3.6+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>