1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/security/kedpm/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

31 lines
666 B
Makefile

# New ports collection makefile for: kedpm
# Date created: 25 April 2006
# Whom: Tim Welch <ports@thepentagon.org>
#
# $FreeBSD$
#
PORTNAME= kedpm
PORTVERSION= 0.4.0
PORTREVISION= 6
CATEGORIES= security
MASTER_SITES= SF
MAINTAINER= ports@thepentagon.org
COMMENT= A simple application for managing personal data
RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto
USE_GNOME= pygtk2
USE_PYTHON= 2.1+
USE_PYDISTUTILS= YES
DESKTOP_ENTRIES="Ked Password Manager" \
"Secure Password Management" \
"${LOCALBASE}/share/${PORTNAME}/glade/logo.png" \
"kedpm" \
"Application;System;" \
true
.include <bsd.port.mk>