freebsd-ports/net-mgmt/py-pyzabbix/Makefile
Mathieu Arnold 4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00

22 lines
440 B
Makefile

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