aboutsummaryrefslogblamecommitdiff
path: root/security/py-rsa/Makefile
blob: 8e7578c8d193eb485660ba58ac09089d1acbf3c8 (plain) (tree)
1
2
3
4
5
6
7
8
9
                   
                   
                               
                    

                                       
                                   
                                              
                                               
 
                        
                                 
 
                                                                                 
 
                                        
                                              

                   
 
                      
 
                      
PORTNAME=	rsa
PORTVERSION=	4.9
CATEGORIES=	security python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Pure-Python RSA implementation
WWW=		https://stuvel.eu/software/rsa/

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.3:devel/py-pyasn1@${PY_FLAVOR}

USES=		cpe dos2unix python:3.6+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

CPE_VENDOR=	python

.include <bsd.port.mk>