1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/math/py-fraction/Makefile
Po-Chuan Hsieh a314f8f1ce
math/py-fraction: Add py-fraction 2.1.1
fraction is a Python module that is designed for fractional values
numerator/denominator.

WWW: https://github.com/bradley101/fraction
2022-03-25 21:36:37 +08:00

22 lines
439 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= fraction
PORTVERSION= 2.1.1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Fraction-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Carry out all the fraction operations
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>