2009-12-27 02:34:36 +01:00
|
|
|
# New ports collection makefile for: Config-MVP
|
|
|
|
# Date created: 27 December 2009
|
|
|
|
# Whom: andrey@kostenko.name
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Config-MVP
|
2011-03-22 11:03:41 +01:00
|
|
|
PORTVERSION= 2.200001
|
2011-10-01 22:10:06 +02:00
|
|
|
PORTREVISION= 2
|
2009-12-27 02:34:36 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-04-20 05:04:26 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2009-12-27 02:34:36 +01:00
|
|
|
COMMENT= Multivalue-property package-oriented configuration
|
|
|
|
|
2011-09-20 14:08:52 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
2011-03-22 11:03:41 +01:00
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2010-06-15 10:40:13 +02:00
|
|
|
BUILD_DEPENDS= p5-Moose>=0.91:${PORTSDIR}/devel/p5-Moose \
|
2011-09-20 14:08:52 +02:00
|
|
|
p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash \
|
|
|
|
p5-MooseX-OneArgNew>=0:${PORTSDIR}/devel/p5-MooseX-OneArgNew \
|
|
|
|
p5-Role-HasMessage>=0:${PORTSDIR}/devel/p5-Role-HasMessage \
|
2011-10-01 22:10:06 +02:00
|
|
|
p5-Role-Identifiable>=0:${PORTSDIR}/devel/p5-Role-Identifiable \
|
|
|
|
p5-Class-Load>0:${PORTSDIR}/devel/p5-Class-Load \
|
|
|
|
p5-Throwable>=0:${PORTSDIR}/devel/p5-Throwable
|
2011-09-20 14:08:52 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2011-10-01 22:10:06 +02:00
|
|
|
TEST_DEPENDS= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple \
|
|
|
|
p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
|
2009-12-27 02:34:36 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= Config::MVP.3\
|
|
|
|
Config::MVP::Assembler.3\
|
|
|
|
Config::MVP::Assembler::WithBundles.3\
|
2011-03-22 11:03:41 +01:00
|
|
|
Config::MVP::Error.3\
|
2009-12-27 02:34:36 +01:00
|
|
|
Config::MVP::Reader.3\
|
|
|
|
Config::MVP::Reader::Findable.3\
|
2010-05-27 11:00:39 +02:00
|
|
|
Config::MVP::Reader::Findable::ByExtension.3 \
|
2009-12-27 02:34:36 +01:00
|
|
|
Config::MVP::Reader::Finder.3\
|
|
|
|
Config::MVP::Reader::Hash.3\
|
|
|
|
Config::MVP::Section.3\
|
|
|
|
Config::MVP::Sequence.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|