blob: b59f69d7ee3472ded02e1e88fa474cad98c55acf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
PORTNAME= websockets
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= www
PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt implementation of WebSocket protocol
USES= compiler:c++11-lang qmake:norecursive qt-dist:5,websockets
USE_QT= buildtools_build core network
.include <bsd.port.mk>
|