Changelog: https://github.com/google/keyczar/releases/tag/Python_release_0.716 PR: 211648 Submitted by: Douglas Thrift (maintainer)
23 lines
561 B
Makefile
23 lines
561 B
Makefile
# Created by: Douglas Thrift <douglas@douglasthrift.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= keyczar
|
|
PORTVERSION= 0.716
|
|
CATEGORIES= security python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= douglas@douglasthrift.net
|
|
COMMENT= Toolkit for safe and simple cryptography
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.0:security/py-pycrypto \
|
|
${PYTHON_PKGNAMEPREFIX}pyasn1>0:devel/py-pyasn1
|
|
|
|
NO_ARCH= yes
|
|
USES= python:2
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|