openbsd-ports/security/kedpm/Makefile
alek 85283dad49 Import kedpm 0.4.0
Password Manager helps to manage large numbers of passwords and related
information and simplifies the tasks of searching and entering password
data.

KedPM is written as an extensible framework, which allows users to plug
in custom password database back-ends and custom user interface
front-ends. Currently, only the Figaro PM back-end supported. To control
KedPM user can choose between CLI and GTK2 based GUI front-ends.

From Joerg Zinke <umaxx@oleco.net>
2005-12-04 17:36:51 +00:00

31 lines
633 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/12/04 17:36:51 alek Exp $
COMMENT= "application for managing passwords"
DISTNAME= kedpm-0.4.0
CATEGORIES= security
HOMEPAGE= http://kedpm.sourceforge.net/
MAINTAINER= Joerg Zinke <umaxx@oleco.net>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kedpm/}
RUN_DEPENDS= ${MODPY_EXPAT_DEPENDS} \
:py-gtk2-*:x11/py-gtk2 \
:py-crypto-*:security/py-crypto
REGRESS_DEPENDS=${RUN_DEPENDS}
MODULES= lang/python
do-regress:
@cd ${WRKSRC} && ${MODPY_BIN} ./run_tests
.include <bsd.port.mk>