blob: 2255dfdc9dbfad020bda21be940122c2d3e6df42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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>
|