ports/net/qt5-networkauth/Makefile
Jason E. Hale 72a628f271 Qt5: Update to 5.15.14
Update devel/pyside2* and devel/shiboken to 5.15.14

Update devel/qt5-script* and www/qt5-webengine to 5.15.17

Release note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/5.15.14/release-note.md
2024-05-30 10:20:40 -04:00

14 lines
306 B
Makefile

PORTNAME= networkauth
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
CATEGORIES= net
PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt network auth module
USES= compiler:c++11-lang perl5 qmake:no_env qt-dist:5
USE_PERL5= extract
USE_QT= core network \
buildtools:build
.include <bsd.port.mk>