77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
19 lines
405 B
Makefile
19 lines
405 B
Makefile
PORTNAME= reals
|
|
PORTVERSION= 0.0.4
|
|
CATEGORIES= math python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= lwhsu@FreeBSD.org
|
|
COMMENT= Lightweight python3 library for arithmetic with real numbers
|
|
WWW= https://github.com/rubenvannieuwpoort/reals
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:3.10+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|