Files
ports/math/py-brial/Makefile
T
Charlie Li 06a08e69f3 python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.

Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details.
2025-03-07 23:05:21 -05:00

27 lines
441 B
Makefile

PORTNAME= brial
PORTVERSION= 1.2.12
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>