1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/net/qt5-networkauth/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

15 lines
281 B
Makefile

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>