aboutsummaryrefslogblamecommitdiff
path: root/security/py-python3-saml/Makefile
blob: f63c28bd4b8990ca03a8ab69520c91ed89c23cd0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
                                                  

                            
                      









                                                        
                                                                                           
                                                                                     

                                                                                    
 
                           




                                              
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	python3-saml
PORTVERSION=	1.10.1
CATEGORIES=	security python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Add SAML support to your Python software

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}defusedxml>=0.6.0:devel/py-defusedxml@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}isodate>=0.5.0:devel/py-isodate@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}lxml>=3.3.5:devel/py-lxml@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}xmlsec>=1.0.5:security/py-xmlsec@${PY_FLAVOR}

USES=		python:3.6+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>