blob: 58e08ca84b331ca13ddc4dd65d6a1be89a79d689 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: nagiosplugin
# Date created: 2011-06-10
# Whom: Brooks Davis <brooks@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= nagiosplugin
PORTVERSION= 0.4.5
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs.freebsd@gmail.com
COMMENT= Class library for writing Nagios (Icinga) plugins
LICENSE= ZPL21
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>
|