1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/devel/py-nagioscheck/Makefile
Ryan Steinmetz 07d01e527e New port: devel/py-nagioscheck:
pynagioscheck is a Python framework for Nagios plug-in developers.

pynagioscheck strives to conform to the practices described in the Nagios
Plug-in Development Guidelines and, more importantly, save valuable system
administrator time.

WWW: https://pypi.python.org/pypi/nagioscheck/
2014-09-17 15:27:06 +00:00

17 lines
342 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= nagioscheck
PORTVERSION= 0.1.6
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Class library for writing Nagios plugins
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>