2013-09-21 00:24:43 +02:00
|
|
|
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
|
2010-10-20 23:31:54 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Nagios-Object
|
2013-02-04 22:15:31 +01:00
|
|
|
PORTVERSION= 0.21.18
|
2017-06-21 20:53:35 +02:00
|
|
|
PORTREVISION= 4
|
2011-04-19 16:07:15 +02:00
|
|
|
CATEGORIES= net-mgmt perl5
|
2010-10-20 23:31:54 +02:00
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2011-03-16 23:34:54 +01:00
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
2010-10-20 23:31:54 +02:00
|
|
|
COMMENT= Perl objects to represent Nagios configuration
|
|
|
|
|
2018-10-06 15:06:42 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= p5-Test-Exception>=0.31:devel/p5-Test-Exception \
|
2016-04-01 16:16:16 +02:00
|
|
|
p5-Module-Build>=0.3607:devel/p5-Module-Build \
|
|
|
|
p5-List-Compare>=0.37:misc/p5-List-Compare \
|
|
|
|
p5-Test-NoWarnings>=1.01:devel/p5-Test-NoWarnings
|
2010-10-20 23:31:54 +02:00
|
|
|
|
2017-06-21 20:53:35 +02:00
|
|
|
NO_ARCH= yes
|
2013-09-04 07:52:04 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= modbuild
|
2010-10-20 23:31:54 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|