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

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

MAINTAINER= ports@FreeBSD.org
COMMENT=    FInite element Automatic Tabulator

LICENSE=    APACHE20

USES=       python zip
USE_PYTHON= distutils autoplist

.include <bsd.port.mk>