From 97f82a06d8865b66c5d6024d6fa436bc0e689534 Mon Sep 17 00:00:00 2001 From: Kris Moore Date: Wed, 8 Mar 2017 06:46:40 -0500 Subject: [PATCH] Minor updates to Makefile and pkg-descr --- port-files/Makefile | 4 ++-- port-files/pkg-descr | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) 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