blob: 487a5935ffe15b840a73940280df3758009ad7ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= nagstamon
PORTVERSION= 3.2.1
PORTREVISION= 1
CATEGORIES= net-mgmt python
MASTER_SITES= https://nagstamon.ifw-dresden.de/files/stable/ \
LOCAL/ehaupt
DISTNAME= Nagstamon-${PORTVERSION}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Nagios status monitor for your desktop
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keyring>0:security/py-keyring@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.2.1:www/py-beautifulsoup@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}keyring>0:security/py-keyring@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests-kerberos>0:security/py-requests-kerberos@${PY_FLAVOR}
USES= cpe python:3.6+ pyqt:5
USE_PYTHON= autoplist distutils noflavors
USE_PYQT= core_run dbus_run gui_run multimedia_run network_run sip_run \
svg_run widgets_run
CPE_VENDOR= henri_wahl
NO_ARCH= yes
WRKSRC= ${WRKDIR}/Nagstamon
.include <bsd.port.mk>
|