freebsd-ports/devel/p5-Config-MVP-Reader-INI/Makefile
Baptiste Daroussin f299398342 Config::MVP::Reader::INI reads .ini files containing MVP-style
configuration.

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

Submitted by:	Geraud CONTINSOUZAS <geraud@gcu.info> (by private mail)
2011-09-20 09:49:07 +00:00

28 lines
622 B
Makefile

# New ports collection makefile for: devel/p5-Config-MVP-Reader-INI
# Date created: 2011-09-19
# Whom: Geraud CONTINSOUZAS <geraud@gcu.info>
#
# $FreeBSD$
#
PORTNAME= Config-MVP-Reader-INI
PORTVERSION= 2.101461
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= geraud@gcu.info
COMMENT= An MVP config reader for .ini files
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-Config-INI>=0:${PORTSDIR}/devel/p5-Config-INI \
p5-Config-MVP>=2:${PORTSDIR}/devel/p5-Config-MVP
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Config::MVP::Reader::INI.3
.include <bsd.port.mk>