1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/net-mgmt/py-pyzabbix/Makefile
Juraj Lutter 1be1ceea1c net-mgmt/py-pyzabbix: Update to 1.0.0
- Update to 1.0.0
- Adjust dependencies

Reported by:		portscout
2021-06-24 22:04:28 +02:00

22 lines
519 B
Makefile

# Created by: Fotis Zabaras <fotis@zabaras.eu>
PORTNAME= pyzabbix
PORTVERSION= 1.0.0
CATEGORIES= net-mgmt python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= otis@FreeBSD.org
COMMENT= Zabbix API Python Library
LICENSE= LGPL21
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=1.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}semantic-version>=2.8.5:devel/py-semantic-version@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>