summaryrefslogtreecommitdiff
path: root/math/py-fraction/Makefile
blob: 53623eb711ae6600bf23dac708975103551b01e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	fraction
PORTVERSION=	2.2.0
CATEGORIES=	math python
MASTER_SITES=	PYPI \
		https://github.com/bradley101/fraction/releases/download/${PORTVERSION}/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	Fraction-${PORTVERSION}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Carry out all the fraction operations
WWW=		https://github.com/bradley101/fraction

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>