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

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>