2013-05-29 02:35:48 +02:00
|
|
|
# Created by: Douglas Thrift <douglas@douglasthrift.net>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= SecretStorage
|
2013-11-23 11:26:14 +01:00
|
|
|
PORTVERSION= 1.1.0
|
2013-05-29 02:35:48 +02:00
|
|
|
CATEGORIES= security python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= douglas@douglasthrift.net
|
|
|
|
COMMENT= Store passwords using the SecretService DBus API
|
|
|
|
|
2014-12-10 15:04:23 +01:00
|
|
|
LICENSE= BSD3CLAUSE
|
2013-05-29 02:35:48 +02:00
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.84.0:${PORTSDIR}/devel/py-dbus
|
|
|
|
|
2014-10-24 18:50:42 +02:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
2013-05-29 02:35:48 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|