aboutsummaryrefslogtreecommitdiff
path: root/math/py-brial/Makefile
blob: 71f37c77ce2f41807a55c3a2f9f229d7d86ae27c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: thierry@pompo.net

PORTNAME=	brial
PORTVERSION=	1.2.10
CATEGORIES=	math python
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	thierry@FreeBSD.org
COMMENT=	Python implementation of BRiAl

LICENSE=	GPLv2

LIB_DEPENDS=	libbrial.so:math/brial

USE_GITHUB=	yes
GH_ACCOUNT=	BRiAl
GH_PROJECT=	${GH_ACCOUNT}

USES=		python:3.6+

WRKSRC_SUBDIR=	sage-brial
USE_PYTHON=	distutils

NO_ARCH=	yes

.include <bsd.port.mk>