freebsd-ports/security/py-SecretStorage/Makefile
Martin Wilke ed807b4a4b SecretService provides a way to securely storing passwords and other secrets in
Python.

It uses DBus Secret Service API that is supported by GNOME Keyring (>= 2.30) and
KWallet (>= 4.8).

It allows to create new passwords, delete and search for passwords matching
given attributes. It also supports graphical prompts when unlocking is needed.

WWW: http://pypi.python.org/pypi/SecretStorage

PR:		ports/179026
Submitted by:	Douglas Thrift <douglas@douglasthrift.net>
2013-05-29 00:35:48 +00:00

20 lines
454 B
Makefile

# Created by: Douglas Thrift <douglas@douglasthrift.net>
# $FreeBSD$
PORTNAME= SecretStorage
PORTVERSION= 1.0.0
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= douglas@douglasthrift.net
COMMENT= Store passwords using the SecretService DBus API
LICENSE= BSD
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.84.0:${PORTSDIR}/devel/py-dbus
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>