blob: 1f087ab927ca0aed4633a1d05833a035537c24cf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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@${FLAVOR}
USES= python:2.7
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>
|