aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Config-GitLike/Makefile
blob: b986b2f26585f4fce9031b0c22f713ea50c555bb (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
32
33
34
# New ports collection makefile for:    p5-Config-GitLike
# Date created:     2011-02-07
# Whom:         Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Config-GitLike
PORTVERSION=    1.05
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN: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>