aboutsummaryrefslogtreecommitdiff
path: root/misc/py-python-crc/Makefile
blob: cf018434a7fcbaaa18cdd1c9c7cc706129ac43ec (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=	8.0.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}hatchling>0:devel/py-hatchling@${PY_FLAVOR}

USES=		python
USE_PYTHON=	pep517 concurrent autoplist

NO_ARCH=	yes

.include <bsd.port.mk>