Bump security/authforce to version 0.9.9_5
[dports.git] / security / kedpm / Makefile
1 # Created by: Tim Welch <ports@thepentagon.org>
2 # $FreeBSD$
3
4 PORTNAME=       kedpm
5 PORTVERSION=    0.4.0
6 PORTREVISION=   8
7 CATEGORIES=     security
8 MASTER_SITES=   SF
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Simple application for managing personal data
12
13 LICENSE=        GPLv2+
14
15 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto
16
17 NO_ARCH=        yes
18
19 USES=           python
20 USE_GNOME=      pygtk2
21 USE_PYTHON=     autoplist distutils
22
23 DESKTOP_ENTRIES="Ked Password Manager" "Secure Password Management" \
24                 "${DATADIR}/glade/logo.png" "kedpm" "" true
25
26 .include <bsd.port.mk>