blob: e59edbc441ec83b218da76ba94d902eb705391b5 (
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+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${FLAVOR}
NO_ARCH= yes
USES= python:2.7
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>
|