cf118ccf87
Reported by: lwhsu
13 lines
300 B
Makefile
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>
|