b2618dce12
- 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
22 lines
455 B
Makefile
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>
|