PORTNAME=	pysimdjson
PORTVERSION=	4.0.3
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	thierry@FreeBSD.org
COMMENT=	Python bindings for the simdjson project
WWW=		https://pysimdjson.tkte.ch/

LICENSE=	MIT

USES=		python:3.7+
USE_PYTHON=	cython distutils

CFLAGS_powerpc64=	-mpower8-vector

.if ! defined(WITH_DEBUG)
LDFLAGS+=	-s
.endif

.include <bsd.port.mk>
