aboutsummaryrefslogtreecommitdiff
path: root/devel/py-types-jsonschema/Makefile
blob: ee8a6b5666182a476180195aabf4e164bf494cb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=       types-jsonschema
PORTVERSION=    4.25.1.20251009
CATEGORIES=     devel python
MASTER_SITES=   PYPI
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=	types_jsonschema-${PORTVERSION}

MAINTAINER=     matthew@FreeBSD.org
COMMENT=        Typing stubs for jsonschema
WWW=            https://pypi.org/project/types-jsonschema/

LICENSE=        APACHE20

USES=           python
USE_PYTHON=     autoplist distutils
NO_ARCH=        yes

.include <bsd.port.mk>