aboutsummaryrefslogblamecommitdiff
path: root/devel/py-fastjsonschema/Makefile
blob: a5f5738cabb646e349f7249e8db1a24f67186eb7 (plain) (tree)
1
2
                              
                      















                                                            
PORTNAME=	fastjsonschema
DISTVERSION=	2.15.0
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	dbaio@FreeBSD.org
COMMENT=	Fastest Python implementation of JSON schema

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python:3.6+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>