- Update to 0.101341
- Add BUILD_DEPENDS and TEST_DEPENDS Changes: http://search.cpan.org/dist/MooseX-Types-Perl/Changes PR: ports/163893 Submitted by: sunpoet (myself) Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
This commit is contained in:
parent
58e2d239fd
commit
f31c806fb5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288703
2 changed files with 10 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= MooseX-Types-Perl
|
||||
PORTVERSION= 0.101340
|
||||
PORTVERSION= 0.101341
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -14,8 +14,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Moose types that check against Perl syntax
|
||||
|
||||
RUN_DEPENDS= p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \
|
||||
BUILD_DEPENDS= p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \
|
||||
p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
@ -24,7 +25,12 @@ MAN3= MooseX::Types::Perl.3
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501200
|
||||
BUILD_DEPENDS+= p5-version>=0.82:${PORTSDIR}/devel/p5-version
|
||||
RUN_DEPENDS+= p5-version>=0.82:${PORTSDIR}/devel/p5-version
|
||||
.endif
|
||||
|
||||
.if ${PERL_LEVEL} < 501400
|
||||
TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (MooseX-Types-Perl-0.101340.tar.gz) = b845679d4871ef0a19a084211db7711f96bd6df07a1feb6881f4a770f565d449
|
||||
SIZE (MooseX-Types-Perl-0.101340.tar.gz) = 10954
|
||||
SHA256 (MooseX-Types-Perl-0.101341.tar.gz) = d1081a734d62121f3262b18170022de2f51ebcc0a8b8afe1b1273d7cb3e58c97
|
||||
SIZE (MooseX-Types-Perl-0.101341.tar.gz) = 11482
|
||||
|
|
Loading…
Reference in a new issue