freebsd-ports/sysutils/py-nagiosplugin/Makefile
Kubilay Kocak d95c946543 Update MAINTAINER address for all my ports. While I'm here,
standardise and canonicalise Makefile header format and contents.

Approved by:	eadler (mentor)
2013-02-09 14:50:27 +00:00

18 lines
371 B
Makefile

# Created by: Brooks Davis <brooks@FreeBSD.org
# $FreeBSD$
PORTNAME= nagiosplugin
PORTVERSION= 0.4.5
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Class library for writing Nagios (Icinga) plugins
LICENSE= ZPL21
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>