aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Config-INI/Makefile
blob: 5704c8dd5804948650d18739079e37c2f17543e3 (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
35
36
37
38
# New ports collection makefile for:    p5-Config-INI
# Date created:     2009-03-10
# Whom:         bapt <baptiste.daroussin@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   Config-INI
PORTVERSION=    0.018
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= bapt@FreeBSD.org
COMMENT=    Simple .ini files emitter and parser for Perl

RUN_DEPENDS+=   p5-Mixin-Linewise>=0:${PORTSDIR}/devel/p5-Mixin-Linewise \
        p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String

PERL_CONFIGURE= yes

LICENSE_COMB=   dual
LICENSE=    ART20 GPLv1

MAN3=       Config::INI.3 \
        Config::INI::Reader.3 \
        Config::INI::Writer.3

PLIST_FILES=    %%SITE_PERL%%/Config/INI.pm \
        %%SITE_PERL%%/Config/INI/Reader.pm \
        %%SITE_PERL%%/Config/INI/Writer.pm \
        %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/INI/.packlist
PLIST_DIRS= %%SITE_PERL%%/Config/INI \
        %%SITE_PERL%%/Config \
        %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/INI \
        %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config

.include <bsd.port.mk>