2013-01-21 11:16:06 +01:00
|
|
|
# Created by: Douglas Thrift <douglas@douglasthrift.net>
|
2009-09-04 23:04:44 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= keyring
|
2016-03-24 13:35:05 +01:00
|
|
|
PORTVERSION= 8.5.1
|
2009-09-04 23:04:44 +02:00
|
|
|
CATEGORIES= security python
|
2010-08-11 06:11:45 +02:00
|
|
|
MASTER_SITES= CHEESESHOP
|
2009-09-04 23:04:44 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= douglas@douglasthrift.net
|
|
|
|
COMMENT= Store and access your passwords safely
|
|
|
|
|
2011-01-15 14:38:35 +01:00
|
|
|
LICENSE= PSFL
|
2010-08-11 06:11:45 +02:00
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8:devel/py-pytest \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.9:devel/py-setuptools_scm
|
2013-03-24 06:33:16 +01:00
|
|
|
|
2015-11-18 21:07:25 +01:00
|
|
|
NO_ARCH= yes
|
|
|
|
USES= python
|
|
|
|
USE_PYTHON= autoplist distutils
|
2009-09-04 23:04:44 +02:00
|
|
|
|
2016-02-12 22:05:59 +01:00
|
|
|
OPTIONS_DEFINE= DBUS KEYRINGS_ALT SECRET_SERVICE
|
|
|
|
OPTIONS_DEFAULT= KEYRINGS_ALT
|
|
|
|
DBUS_DESC= Install Python DBUS to support the kwallet backend
|
2013-06-09 18:48:39 +02:00
|
|
|
SECRET_SERVICE_DESC= Install SecretStorage to support the SecretService backend
|
2016-02-12 22:05:59 +01:00
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
DBUS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus
|
|
|
|
KEYRINGS_ALT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keyrings.alt>0:security/py-keyrings.alt
|
|
|
|
SECRET_SERVICE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}SecretStorage>=1.0.0:security/py-SecretStorage
|
2013-06-09 18:48:39 +02:00
|
|
|
|
2013-03-24 06:33:16 +01:00
|
|
|
.include <bsd.port.mk>
|