diff --git a/port-files/Makefile b/port-files/Makefile index 007c253..85afe67 100644 --- a/port-files/Makefile +++ b/port-files/Makefile @@ -11,8 +11,8 @@ COMMENT= SysAdm API server LICENSE= BSD3CLAUSE WRKSRC_SUBDIR= src -USE_QT5= concurrent core network buildtools qmake gui websockets -USES= pkgconfig tar:xz qmake +USE_QT5= concurrent core network buildtools qmake gui websockets sql +USES= pkgconfig tar:xz qmake ssl MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} USE_GITHUB= yes diff --git a/port-files/pkg-descr b/port-files/pkg-descr index 12325af..2d02cc3 100644 --- a/port-files/pkg-descr +++ b/port-files/pkg-descr @@ -1,3 +1,6 @@ -Sysadm API server and websocket daemon +SysAdm is a FreeBSD-based service which provides a stable API for +administrating FreeBSD and TrueOS systems. It is composed of a +headless daemon that runs in the background on any system to be +administrated, providing both web socket and REST network services. -WWW: https://github.com/pcbsd/sysadm +WWW: https://sysadm.us