1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

- Update to 2.200002

- Add missing BUILD_DEPENDS/RUN_DEPENDS
- Sort *_DEPENDS
- Fix TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Config-MVP/Changes
Feature safe:	yes
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2012-04-01 19:51:58 +00:00
parent 5cb19fe48f
commit 8f41dd4120
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294093
2 changed files with 31 additions and 23 deletions

View File

@ -5,8 +5,7 @@
# $FreeBSD$
PORTNAME= Config-MVP
PORTVERSION= 2.200001
PORTREVISION= 2
PORTVERSION= 2.200002
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -17,28 +16,37 @@ COMMENT= Multivalue-property package-oriented configuration
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Moose>=0.91:${PORTSDIR}/devel/p5-Moose \
p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash \
BUILD_DEPENDS= p5-Class-Load>=0.17:${PORTSDIR}/devel/p5-Class-Load \
p5-Moose>=0.91:${PORTSDIR}/devel/p5-Moose \
p5-MooseX-OneArgNew>=0:${PORTSDIR}/devel/p5-MooseX-OneArgNew \
p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \
p5-Role-HasMessage>=0:${PORTSDIR}/devel/p5-Role-HasMessage \
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
p5-Throwable>=0:${PORTSDIR}/devel/p5-Throwable \
p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash \
p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple \
p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
PERL_CONFIGURE= YES
MAN3= Config::MVP.3\
Config::MVP::Assembler.3\
Config::MVP::Assembler::WithBundles.3\
Config::MVP::Error.3\
Config::MVP::Reader.3\
Config::MVP::Reader::Findable.3\
Config::MVP::Reader::Findable::ByExtension.3 \
Config::MVP::Reader::Finder.3\
Config::MVP::Reader::Hash.3\
Config::MVP::Section.3\
Config::MVP::Sequence.3
TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
.include <bsd.port.mk>
PERL_CONFIGURE= yes
MAN3= Config::MVP.3 \
Config::MVP::Assembler.3 \
Config::MVP::Assembler::WithBundles.3 \
Config::MVP::Error.3 \
Config::MVP::Reader.3 \
Config::MVP::Reader::Findable.3 \
Config::MVP::Reader::Findable::ByExtension.3 \
Config::MVP::Reader::Finder.3 \
Config::MVP::Reader::Hash.3 \
Config::MVP::Section.3 \
Config::MVP::Sequence.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501400
TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>

View File

@ -1,2 +1,2 @@
SHA256 (Config-MVP-2.200001.tar.gz) = f66ac02d7a02f406784d4f76b62748b2063a34939102d60c277ca3b8aa2c284d
SIZE (Config-MVP-2.200001.tar.gz) = 25099
SHA256 (Config-MVP-2.200002.tar.gz) = 462e94bc82eb1dcad849533333f6c008a8d6b1da0327bcec09a724e4751021e0
SIZE (Config-MVP-2.200002.tar.gz) = 25392