mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
1be1ceea1c
- Update to 1.0.0 - Adjust dependencies Reported by: portscout
22 lines
519 B
Makefile
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>
|