2013-09-21 00:55:24 +02:00
|
|
|
# Created by: Tim Welch <ports@thepentagon.org>
|
2006-04-29 17:44:46 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= kedpm
|
|
|
|
PORTVERSION= 0.4.0
|
2013-01-23 16:00:18 +01:00
|
|
|
PORTREVISION= 8
|
2006-04-29 17:44:46 +02:00
|
|
|
CATEGORIES= security
|
2009-08-22 02:35:32 +02:00
|
|
|
MASTER_SITES= SF
|
2006-04-29 17:44:46 +02:00
|
|
|
|
2014-08-31 15:30:43 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-01-23 00:13:41 +01:00
|
|
|
COMMENT= Simple application for managing personal data
|
2006-04-29 17:44:46 +02:00
|
|
|
|
2016-01-12 17:20:31 +01:00
|
|
|
LICENSE= GPLv2+
|
2006-04-29 17:44:46 +02:00
|
|
|
|
2014-08-31 15:30:43 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
USES= python
|
2006-04-29 17:44:46 +02:00
|
|
|
USE_GNOME= pygtk2
|
2014-08-31 15:30:43 +02:00
|
|
|
USE_PYTHON= autoplist distutils
|
2006-04-29 17:44:46 +02:00
|
|
|
|
2014-08-31 15:30:43 +02:00
|
|
|
DESKTOP_ENTRIES="Ked Password Manager" "Secure Password Management" \
|
|
|
|
"${DATADIR}/glade/logo.png" "kedpm" "" true
|
2006-06-27 07:31:38 +02:00
|
|
|
|
2006-04-29 17:44:46 +02:00
|
|
|
.include <bsd.port.mk>
|