freebsd-ports/devel/p5-Config-INI-MVP/Makefile
Martin Wilke d249fdc365 The MVP INI file reader reads INI files, but can handle properties with
multiple values. The identification of properties that may have multiple
entries is done by section, on a plugin basis.
following file:

WWW: http://search.cpan.org/dist/Config-INI-MVP

PR:		ports/142055
Submitted by:	Andrey Kostenko <andrey at kostenko.name>
2010-01-28 01:14:10 +00:00

26 lines
662 B
Makefile

# New ports collection makefile for: Config-INI-MVP
# Date created: 27 December 2009
# Whom: Andrey Kostenko <andrey@kostenko.name>
#
# $FreeBSD$
#
PORTNAME= Config-INI-MVP
PORTVERSION= 0.024
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= andrey@kostenko.name
COMMENT= Multi-value capable .ini file reader (for plugins)
BUILD_DEPENDS= p5-Config-INI>=0:${PORTSDIR}/devel/p5-Config-INI \
p5-Config-MVP>=0.092060:${PORTSDIR}/devel/p5-Config-MVP \
p5-Moose>=0.65:${PORTSDIR}/devel/p5-Moose
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES
MAN3= Config::INI::MVP::Reader.3\
Config::MVP::Reader::INI.3
.include <bsd.port.mk>