mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
- Add missing dependency: devel/p5-namespace-autoclean
- Move Test::* to TEST_DEPENDS - Bump PORTREVISION for dependency change PR: ports/163502 Submitted by: sunpoet
This commit is contained in:
parent
b6a591f28e
commit
0d3df9cca5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288532
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= MooseX-StrictConstructor
|
||||
PORTVERSION= 0.16
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -14,10 +15,12 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= glarkin@FreeBSD.org
|
||||
COMMENT= Make your MooseX object constructors blow up on unknown attributes
|
||||
|
||||
RUN_DEPENDS= p5-Moose>=0.94:${PORTSDIR}/devel/p5-Moose
|
||||
BUILD_DEPENDS= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple \
|
||||
p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
|
||||
p5-Moose>=0.94:${PORTSDIR}/devel/p5-Moose
|
||||
BUILD_DEPENDS= p5-Moose>=0.94:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
|
||||
RUN_DEPENDS= p5-Moose>=0.94:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
|
||||
|
||||
TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
@ -25,4 +28,10 @@ MAN3= MooseX::StrictConstructor.3 \
|
||||
MooseX::StrictConstructor::Trait::Class.3 \
|
||||
MooseX::StrictConstructor::Trait::Method::Constructor.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501001
|
||||
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user