aboutsummaryrefslogtreecommitdiff
path: root/security/py-python-openid/Makefile
blob: 7a0e5add357b5ef3c8a15506a524e624a39b81ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>

PORTNAME=	python-openid
PORTVERSION=	2.2.5
PORTREVISION=	2
CATEGORIES=	security python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	rm@FreeBSD.org
COMMENT=	Python OpenID version

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

NO_ARCH=	yes
USES=		python:3.6+
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>