blob: 910e0cf233f1fa24f890b25e7a9bca3ef2562c74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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>
|