blob: 4a6d47a9b5db50471dda99199f204e80e37bc6ad (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= httpserver
PORTVERSION= ${QT6_VERSION}
CATEGORIES= www
PKGNAMEPREFIX= qt6-
MAINTAINER= kde@FreeBSD.org
COMMENT= Lightweight HTTP Server
WWW= https://qt.io
BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers
USES= cmake compiler:c++11-lang pkgconfig qt-dist:6
USE_QT= base
.include <bsd.port.mk>
|