mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 19:35:28 -04:00
18 lines
353 B
Makefile
18 lines
353 B
Makefile
# Created by: Mark Felder <feld@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= intspan
|
|
PORTVERSION= 1.5.14
|
|
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>
|