Files
ports/devel/py-crc32c/Makefile
T
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

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>