forked from Lainports/freebsd-ports
20 lines
434 B
Makefile
20 lines
434 B
Makefile
# New ports collection makefile for: nagiosplugin
|
|
# Date created: 2011-06-10
|
|
# Whom: Brooks Davis <brooks@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nagiosplugin
|
|
PORTVERSION= 0.4.3
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= brooks@FreeBSD.org
|
|
COMMENT= Class library for writing Nagios (Icinga) plugins
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|