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