2013-02-09 15:50:27 +01:00
|
|
|
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
2012-06-14 02:28:47 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= rsa
|
2012-07-05 13:14:39 +02:00
|
|
|
PORTVERSION= 3.1.1
|
2012-06-14 02:28:47 +02:00
|
|
|
CATEGORIES= security python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2013-02-09 15:50:27 +01:00
|
|
|
MAINTAINER= koobs@FreeBSD.org
|
2012-06-14 02:28:47 +02:00
|
|
|
COMMENT= Pure-Python RSA implementation
|
|
|
|
|
|
|
|
LICENSE= AL2
|
|
|
|
|
2012-07-05 13:14:39 +02:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.1.3:${PORTSDIR}/devel/py-asn1
|
2012-06-14 02:28:47 +02:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS=easy_install
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|