Update security/strongswan to version 5.2.0_1
[dports.git] / security / py-keyczar / Makefile
1 # Created by: Douglas Thrift <douglas@douglasthrift.net>
2 # $FreeBSD$
3
4 PORTNAME=       keyczar
5 PORTVERSION=    0.71c
6 CATEGORIES=     security python
7 MASTER_SITES=   GOOGLE_CODE
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9 DISTNAME=       python-${PORTNAME}-${PORTVERSION}
10
11 MAINTAINER=     douglas@douglasthrift.net
12 COMMENT=        Toolkit for safe and simple cryptography
13
14 LICENSE=        APACHE20
15
16 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.0:${PORTSDIR}/security/py-pycrypto
17
18 USE_PYTHON=             yes
19 USE_PYDISTUTILS=        yes
20 PYDISTUTILS_AUTOPLIST=  yes
21
22 .include <bsd.port.mk>