aboutsummaryrefslogtreecommitdiff
path: root/math/py-intspan/Makefile
blob: ea800756c8551c78c505803813c79f27fe8609bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Mark Felder <feld@FreeBSD.org>

PORTNAME=	intspan
PORTVERSION=	1.6.1
CATEGORIES=	math python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Finite element automatic tabulator

LICENSE=	APACHE20

USES=		python:3.6+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>