head	1.5;
access;
symbols;
locks; strict;
comment	@# @;


1.5
date	2013.02.09.15.59.42;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.11.17.06.01.17;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.07.05.11.14.39;	author sbz;	state Exp;
branches;
next	1.2;

1.2
date	2012.06.17.17.43.48;	author culot;	state Exp;
branches;
next	1.1;

1.1
date	2012.06.14.00.28.47;	author tj;	state Exp;
branches;
next	;


desc
@@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311983
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Kubilay Kocak <koobs@@FreeBSD.org>
# $FreeBSD: head/security/py-rsa/Makefile 311983 2013-02-09 14:50:27Z koobs $

PORTNAME=	rsa
PORTVERSION=	3.1.1
CATEGORIES=	security python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	koobs@@FreeBSD.org
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>
@


1.4
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	py-rsa
# Date created:		2012-05-24
# Whom:			koobs <koobs.freebsd@@gmail.com>
#
# $FreeBSD: head/security/py-rsa/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d10 1
a10 1
MAINTAINER=	koobs.freebsd@@gmail.com
@


1.3
log
@- Update to 3.1.1

PR:		ports/169536
Submitted by:	koobs <koobs.freebsd at gmail.com> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Update to 3.1
- Use dirrm instead of dirrmtry for non-shared directories in plist
- Sort plist

PR:		ports/169176
Submitted by:	koobs <koobs.freebsd@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	3.1
a17 1
LICENSE_FILE=	${WRKSRC}/LICENSE
d19 1
a19 1
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}asn1>=0.0.13:${PORTSDIR}/devel/py-asn1
a23 5
PYDISTUTILS_INSTALLARGS=	-Z -q -O 1 -N -S ${PYTHON_SITELIBDIR} \
				-d ${PYEASYINSTALL_SITELIBDIR} \
				-s ${PYEASYINSTALL_BINDIR} \
				${WRKSRC}/dist/${PYEASYINSTALL_EGG}

@


1.1
log
@Python-RSA is a pure-Python RSA implementation. It supports encryption
and decryption, signing and verifying signatures, and key generation
according to PKCS#1 version 1.5.

WWW:	http://stuvel.eu/rsa

PR:		ports/168460
Submitted by:	koobs <koobs.freebsd@@gmail.com>
Approved by:	eadler (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	3.0.1
a21 1
USE_ZIP=	yes
@

