Makefile 675 B

12345678910111213141516171819202122232425262728293031323334
  1. # $OpenBSD: Makefile,v 1.13 2017/04/28 21:22:03 ajacoutot Exp $
  2. COMMENT= secure storing of passwords using the SecretService DBus API
  3. MODPY_EGG_VERSION= 2.3.1
  4. DISTNAME= SecretStorage-${MODPY_EGG_VERSION}
  5. PKGNAME= py-${DISTNAME:L}
  6. CATEGORIES= security
  7. # BSD
  8. PERMIT_PACKAGE_CDROM= Yes
  9. MODPY_PI = Yes
  10. MODULES= lang/python
  11. MODPY_SETUPTOOLS= Yes
  12. NO_TEST= Yes
  13. RUN_DEPENDS= devel/py-gobject3${MODPY_FLAVOR} \
  14. security/py-crypto${MODPY_FLAVOR} \
  15. x11/dbus-python${MODPY_FLAVOR}
  16. FLAVORS = python3
  17. FLAVOR ?=
  18. # org.freedesktop.secrets
  19. # (XXX add "gnome-keyring-*|ksecretsservice-*" when implemented)
  20. RUN_DEPENDS += x11/gnome/keyring
  21. .include <bsd.port.mk>