freebsd-ports/security/kedpm/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

26 lines
542 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: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>