mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
33 lines
757 B
Makefile
33 lines
757 B
Makefile
# Created by: Gerrit Beine <gerrit.beine@gmx.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Nagios-Plugin
|
|
PORTVERSION= 0.36
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-mgmt perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:TONVOON
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gjb@FreeBSD.org
|
|
COMMENT= Modules to streamline writing Nagios plugins
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \
|
|
p5-Params-Validate>=0:devel/p5-Params-Validate \
|
|
p5-Math-Calc-Units>=0:math/p5-Math-Calc-Units \
|
|
p5-Config-Tiny>=0:devel/p5-Config-Tiny
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
PORTDOCS= Changes README
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|