aboutsummaryrefslogtreecommitdiffstats
path: root/security/kedpm/Makefile
blob: 9446afd2547725dd74dd745a59092a881790b133 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Tim Welch <ports@thepentagon.org>
# $FreeBSD$

PORTNAME=   kedpm
PORTVERSION=    0.4.0
PORTREVISION=   8
CATEGORIES= security
MASTER_SITES=   SF

MAINTAINER= ports@FreeBSD.org
COMMENT=    Simple application for managing personal data

LICENSE=    GPLv2 # (or later)

RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto

NO_ARCH=    yes

USES=       python
USE_GNOME=  pygtk2
USE_PYTHON= autoplist distutils

DESKTOP_ENTRIES="Ked Password Manager" "Secure Password Management" \
        "${DATADIR}/glade/logo.png" "kedpm" "" true

.include <bsd.port.mk>