summaryrefslogtreecommitdiff
path: root/sysutils/py-nagiosplugin/Makefile
blob: 52ce583a790d5305cf3904d91831d4a4ce486b69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	nagiosplugin
PORTVERSION=	1.2.4
PORTREVISION=	1
CATEGORIES=	sysutils python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Class library for writing Nagios (Icinga) plugins
WWW=		https://bitbucket.org/flyingcircus/nagiosplugin

LICENSE=	ZPL21
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		python
USE_PYTHON=	distutils autoplist

NO_ARCH=	yes

do-test:
	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test

.include <bsd.port.mk>