freebsd-ports/devel/p5-Config-INI/Makefile
Frederic Culot 000f1cc68a - Update to 0.020
- Trim Makefile's header
- Pet portlint(1) by changing tab into space in WWW link

Changes:	http://search.cpan.org/dist/Config-INI/Changes
2013-07-02 08:17:39 +00:00

34 lines
865 B
Makefile

# Created by: bapt <baptiste.daroussin@gmail.com>
# $FreeBSD$
PORTNAME= Config-INI
PORTVERSION= 0.020
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>