# New ports collection makefile for:	p5-Nagios-Object
# Date created:		2010-10-18
# Whom:			Steven Kreuzer <skreuzer@FreeBSD.org>
#
# $FreeBSD: ports/net-mgmt/p5-Nagios-Object/Makefile,v 1.1 2010/10/20 21:31:54 skreuzer Exp $
#

PORTNAME=	Nagios-Object
PORTVERSION=	0.21.12
CATEGORIES=	perl5 net-mgmt
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	skreuzer@exit2shell.com
COMMENT=	Perl objects to represent Nagios configuration

BUILD_DEPENDS=	p5-Test-Exception>=0.31:${PORTSDIR}/devel/p5-Test-Exception \
		p5-Module-Build>=0.3607:${PORTSDIR}/devel/p5-Module-Build \
		p5-Data-Dumper>=2.126:${PORTSDIR}/devel/p5-Data-Dumper \
		p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils \
		p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple \
		p5-Test-NoWarnings>=1.01:${PORTSDIR}/devel/p5-Test-NoWarnings
RUN_DEPENDS=	${BUILD_DEPENDS}

PERL_MODBUILD=	yes

MAN1=		parse.pl.1 \
		config_status_demo.pl.1 \
		test_configuration.pl.1 \
		statusdat_demo.pl.1 \
		decode_flags.pl.1

MAN3=		Nagios::Object::Config.3 \
		Nagios::StatusLog.3 \
		Nagios::Config::File.3 \
		Nagios::Object.3 \
		Nagios::Config.3 \

.include <bsd.port.mk>
