mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
d5b3abcc15
PR: 248646 Submitted by: Juraj Lutter <juraj@lutter.sk> (maintainer)
22 lines
435 B
Makefile
22 lines
435 B
Makefile
# Created by: Fotis Zabaras <fotis@zabaras.eu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pyzabbix
|
|
PORTVERSION= 0.8.2
|
|
CATEGORIES= net-mgmt python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= juraj@lutter.sk
|
|
COMMENT= Zabbix API Python Library
|
|
|
|
LICENSE= LGPL21
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=1.0:www/py-requests@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|