freebsd-ports/security/kedpm/Makefile
Mathieu Arnold 4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00

26 lines
559 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@${PY_FLAVOR}
NO_ARCH= yes
USES= python:2.7
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>