aboutsummaryrefslogtreecommitdiff
path: root/security/py-itsdangerous/Makefile
blob: 6dc3e705853a88d33fa0e0707df627cc55a1d4ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	itsdangerous
PORTVERSION=	2.1.2
CATEGORIES=	security python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	rm@FreeBSD.org
COMMENT=	Various helpers to pass data in untrusted environments
WWW=		https://github.com/mitsuhiko/itsdangerous/

LICENSE=	BSD3CLAUSE

USES=		python:3.7+
USE_PYTHON=	distutils autoplist

NO_ARCH=	yes

.include <bsd.port.mk>