opnsense-ports/math/py-brial/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

26 lines
441 B
Makefile

PORTNAME= brial
PORTVERSION= 1.2.11
PORTREVISION= 1
CATEGORIES= math python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= thierry@FreeBSD.org
COMMENT= Python implementation of BRiAl
WWW= https://github.com/BRiAl/BRiAl
LICENSE= GPLv2
LIB_DEPENDS= libbrial.so:math/brial
USE_GITHUB= yes
GH_ACCOUNT= BRiAl
GH_PROJECT= ${GH_ACCOUNT}
USES= python
WRKSRC_SUBDIR= sage-brial
USE_PYTHON= distutils
NO_ARCH= yes
.include <bsd.port.mk>