freebsd-ports/security/kedpm/Makefile
Baptiste Daroussin 000c0db39b Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
2014-07-04 12:46:11 +00:00

27 lines
573 B
Makefile

# 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
RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto
USE_GNOME= pygtk2
USE_PYTHON= yes
USE_PYDISTUTILS= YES
DESKTOP_ENTRIES="Ked Password Manager" \
"Secure Password Management" \
"${PREFIX}/share/${PORTNAME}/glade/logo.png" \
"kedpm" \
"" \
true
NO_STAGE= yes
.include <bsd.port.mk>