blob: e7bd29cae31c30398c83ed4e301e32bfe279ecdf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= networkauth
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= net
PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt network auth module
USES= compiler:c++11-lang qmake:no_env qt-dist:5
USE_QT= core network \
buildtools_build
.include <bsd.port.mk>
|