standardise and canonicalise Makefile header format and contents. Approved by: eadler (mentor)
18 lines
371 B
Makefile
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>
|