freebsd-ports/devel/py-crc32c/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

13 lines
300 B
Makefile

PORTNAME= crc32c
PORTVERSION= 2.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= swills@FreeBSD.org
COMMENT= Python package exposing the intel sse4.2 crc32c instruction
USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>