mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
25 lines
412 B
Makefile
25 lines
412 B
Makefile
# 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
|
|
|
|
.include <bsd.port.mk>
|