freebsd-ports/security/kedpm/Makefile
Dmitry Marakasov b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00

26 lines
554 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
LICENSE= GPLv2+
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>