diff options
Diffstat (limited to 'security/py-python3-openid/Makefile')
-rw-r--r-- | security/py-python3-openid/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/security/py-python3-openid/Makefile b/security/py-python3-openid/Makefile new file mode 100644 index 000000000000..435c19ed8a10 --- /dev/null +++ b/security/py-python3-openid/Makefile @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= python3-openid +PORTVERSION= 3.1.0 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Python 3 port of the python-openid library + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>=0:devel/py-defusedxml@${FLAVOR} + +NO_ARCH= yes +USE_PYTHON= autoplist distutils +USES= python:3.4+ + +.include <bsd.port.mk> |