4376dbbb58
FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
22 lines
440 B
Makefile
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>
|