freebsd-ports/math/py-brial/Makefile
2020-10-01 18:20:26 +00:00

25 lines
424 B
Makefile

# Created by: thierry@pompo.net
# $FreeBSD$
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>