mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
- Bump PORTREVISION.
- Fix *_DEPENDS. PR: ports/167329 Submitted by: sunpoet
This commit is contained in:
parent
388a926e38
commit
5519780505
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297344
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= Test-NoWarnings
|
||||
PORTVERSION= 1.04
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -14,9 +15,7 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= lippe@FreeBSD.org
|
||||
COMMENT= Hide and store warnings while running test scripts
|
||||
|
||||
BUILD_DEPENDS= p5-Test-Tester>=0.10.7:${PORTSDIR}/devel/p5-Test-Tester \
|
||||
p5-Test-Simple>=0.47:${PORTSDIR}/devel/p5-Test-Simple \
|
||||
p5-ExtUtils-MakeMaker>=0:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker \
|
||||
TEST_DEPENDS= p5-Test-Tester>=0.10.7:${PORTSDIR}/devel/p5-Test-Tester
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
@ -27,6 +26,7 @@ OPTIONS= DEVEL_STACKTRACE "Stack trace support" off
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_DEVEL_STACKTRACE)
|
||||
BUILD_DEPENDS+= p5-Devel-StackTrace>=0:${PORTSDIR}/devel/p5-Devel-StackTrace
|
||||
RUN_DEPENDS+= p5-Devel-StackTrace>=0:${PORTSDIR}/devel/p5-Devel-StackTrace
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user