freebsd-ports/sysutils/py-nagiosplugin/Makefile
Jason Helfman b2618dce12 - Update to 0.4.5
- pass maintainership to submitter
- Remove LICENCE_FILE in favor of bsd.licenses.db.mk license
- Update and sort pkg-plist

PR:	ports/170364
Submitted by:	koobs.freebsd@gmail.com
2012-08-04 21:48:24 +00:00

22 lines
455 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.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>