aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Config-GitLike/Makefile
blob: c22891569d986bf6c5c82c2884eac170d610d5bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Created by: Baptiste Daroussin
# $FreeBSD$

PORTNAME=	Config-GitLike
PORTVERSION=	1.10
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:ALEXMV
PKGNAMEPREFIX=	p5-

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

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

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

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>