Vsevolod Stakhov b66e4949cb security/libsodium: update to 1.0.19, bump dependent ports
PR:	278259
Reported by:	Andrey Korobkov <alster-vinterdalen.se>
2024-05-20 10:33:03 +00:00

22 lines
639 B
Makefile

PORTNAME= keysmith
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
PORTREVISION= 1
CATEGORIES= security kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Application to generate two-factor authentication tokens
WWW= https://invent.kde.org/utilities/keysmith
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libsodium.so:security/libsodium
USES= cmake desktop-file-utils gettext kde:5 pkgconfig qt:5 tar:xz xorg
USE_KDE= dbusaddons ecm:build i18n kirigami2 windowsystem
USE_QT= concurrent core dbus declarative gui network quickcontrols2 svg widgets \
buildtools:build qmake:build
USE_XORG= x11
.include <bsd.port.mk>