597afc47ba
With hat: portmgr Sponsored by: Absolight
26 lines
542 B
Makefile
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>
|