Remove dependencies only used for testing.
PR: 125507 Submitted by: leeym
This commit is contained in:
parent
fea7e61f1a
commit
4d8fe6b9b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216905
1 changed files with 1 additions and 7 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= Sub-Uplevel
|
||||
PORTVERSION= 0.1901
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -14,13 +15,6 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= erwin@FreeBSD.org
|
||||
COMMENT= Sub::Uplevel - apparently run a function in a higher stack frame
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
|
||||
${SITE_PERL}/Test/Perl/Critic.pm:${PORTSDIR}/textproc/p5-Test-Perl-Critic \
|
||||
${SITE_PERL}/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Pod-Coverage \
|
||||
${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
|
||||
${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Sub::Uplevel.3
|
||||
|
|
Loading…
Reference in a new issue