# New ports collection makefile for:	p5-Config-GitLike
# Date created:		2011-02-07
# Whom:			Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD: ports/devel/p5-Config-GitLike/Makefile,v 1.1 2011/02/07 08:04:08 bapt Exp $
#

PORTNAME=	Config-GitLike
PORTVERSION=	1.05
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN/../../authors/id/S/SP/SPANG/
PKGNAMEPREFIX=	p5-

MAINTAINER=	bapt@FreeBSD.org
COMMENT=	Simple git-compatible config file parser for Perl

BUILD_DEPENDS=	devel/p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose

RUN_DEPENDS:=	${BUILD_DEPENDS}

# for tests
BUILD_DEPENDS+=	devel/p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception

MAN3+=		Config::GitLike::Git.3 \
		Config::GitLike::Cascaded.3 \
		Config::GitLike.3

PERL_CONFIGURE=	yes

LICENSE_COMB=	dual
LICENSE=	ART20 GPLv1

.include <bsd.port.mk>
