opnsense-ports/net/qt5-networkauth/Makefile
Franco Fichtner 7eba600ec9 */*: sync with upstream
Taken from: FreeBSD
2022-09-26 10:14:12 +02: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>