2020-03-31 17:28:25 +00:00
|
|
|
# Created by: thierry@pompo.net
|
|
|
|
|
2020-04-03 12:54:03 +00:00
|
|
|
PORTNAME= brial
|
2020-10-01 18:20:26 +00:00
|
|
|
PORTVERSION= 1.2.10
|
2020-04-03 12:54:03 +00:00
|
|
|
CATEGORIES= math python
|
2020-03-31 17:28:25 +00:00
|
|
|
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
|
2020-04-03 12:54:03 +00:00
|
|
|
GH_PROJECT= ${GH_ACCOUNT}
|
2020-03-31 17:28:25 +00:00
|
|
|
|
|
|
|
USES= python:3.6+
|
|
|
|
|
|
|
|
WRKSRC_SUBDIR= sage-brial
|
|
|
|
USE_PYTHON= distutils
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|