mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
103ca6c55e
- Use PYDISTUTILS_AUTOPLIST - Support STAGEDIR Changes: - Ported to PyQt5. - Added `Item.get_created()` method. - Improvements to error handling. PR: ports/184136 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
22 lines
481 B
Makefile
22 lines
481 B
Makefile
# Created by: Douglas Thrift <douglas@douglasthrift.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= SecretStorage
|
|
PORTVERSION= 1.1.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
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|