blob: ae5ed14b1ed25fc4aaa3d42b054ecc6633cd4159 (
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.019
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple .ini files emitter and parser for Perl
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS+= p5-Mixin-Linewise>=0:${PORTSDIR}/devel/p5-Mixin-Linewise \
p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String
PERL_CONFIGURE= yes
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>
|