aa7a6c429e
With hat: portmgr
16 lines
315 B
Makefile
16 lines
315 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= crc32c
|
|
PORTVERSION= 2.0.1
|
|
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>
|