aboutsummaryrefslogtreecommitdiff
path: root/devel/py-fastjsonschema/Makefile
blob: 647b65ee2ff14ff5e3760470bb845f1f6e747b61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	fastjsonschema
DISTVERSION=	2.19.1
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	dbaio@FreeBSD.org
COMMENT=	Fastest Python implementation of JSON schema
WWW=		https://horejsek.github.io/python-fastjsonschema/

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>