1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/math/py-brial/Makefile

25 lines
412 B
Makefile
Raw Normal View History

# 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>