summaryrefslogtreecommitdiff
path: root/misc/py-python-crc/Makefile
blob: 62ad05205bc4813a43ec7d1fe612b81a4b312e70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	crc
DISTVERSION=	7.1.0
CATEGORIES=	misc python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}python- # because it builds crc*.whl

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Pure Python CRC library
WWW=		https://nicoretti.github.io/crc/ \
		https://github.com/Nicoretti/crc

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR}

USES=		python
USE_PYTHON=	pep517 concurrent autoplist

NO_ARCH=	yes

.include <bsd.port.mk>