1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/security/kedpm/Makefile
Rene Ladan 50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00

28 lines
577 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@thepentagon.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>