# New ports collection makefile for:	Config-MVP
# Date created: 			27 December 2009
# Whom:					andrey@kostenko.name
#
# $FreeBSD: ports/devel/p5-Config-MVP/Makefile,v 1.2 2010/01/29 03:01:28 kuriyama Exp $

PORTNAME=	Config-MVP
PORTVERSION=	0.093350
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	andrey@kostenko.name
COMMENT=	Multivalue-property package-oriented configuration

BUILD_DEPENDS=	p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
		p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash
RUN_DEPENDS=	${BUILD_DEPENDS}

PERL_CONFIGURE=	YES
MAN3=	Config::MVP.3\
	Config::MVP::Assembler.3\
	Config::MVP::Assembler::WithBundles.3\
	Config::MVP::Reader.3\
	Config::MVP::Reader::Findable.3\
	Config::MVP::Reader::Finder.3\
	Config::MVP::Reader::Hash.3\
	Config::MVP::Section.3\
	Config::MVP::Sequence.3

.include <bsd.port.mk>
