2012-06-14 00:28:47 +00:00
|
|
|
# New ports collection makefile for: py-rsa
|
|
|
|
# Date created: 2012-05-24
|
|
|
|
# Whom: koobs <koobs.freebsd@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= rsa
|
2012-07-05 11:14:39 +00:00
|
|
|
PORTVERSION= 3.1.1
|
2012-06-14 00:28:47 +00:00
|
|
|
CATEGORIES= security python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= koobs.freebsd@gmail.com
|
|
|
|
COMMENT= Pure-Python RSA implementation
|
|
|
|
|
|
|
|
LICENSE= AL2
|
|
|
|
|
2012-07-05 11:14:39 +00:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.1.3:${PORTSDIR}/devel/py-asn1
|
2012-06-14 00:28:47 +00:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS=easy_install
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|