1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/security/py-rsa/Makefile
Sofian Brabez 129c32572a - Update to 3.1.1
PR:		ports/169536
Submitted by:	koobs <koobs.freebsd at gmail.com> (maintainer)
2012-07-05 11:14:39 +00:00

25 lines
494 B
Makefile

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