mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
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
14 lines
306 B
Makefile
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>
|