mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
p5-Perl-Critic requires p5-Readonly but doesn't say so in the Makefile.
This patch corrects the problem. - bump PORTREVISION PR: ports/115743 Submitted by: Tod McQuillin <devin_AT_spamcop dot net>
This commit is contained in:
parent
32cfce6200
commit
c2ec0a6be2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198340
@ -8,9 +8,9 @@
|
||||
|
||||
PORTNAME= Perl-Critic
|
||||
PORTVERSION= 1.07
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Perl
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
#DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
||||
|
||||
@ -23,7 +23,8 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-Lis
|
||||
${SITE_PERL}/Module/Pluggable.pm:${PORTSDIR}/devel/p5-Module-Pluggable \
|
||||
${SITE_PERL}/PPI.pm:${PORTSDIR}/textproc/p5-PPI \
|
||||
${SITE_PERL}/Perl/Tidy.pm:${PORTSDIR}/devel/perltidy \
|
||||
${SITE_PERL}/String/Format.pm:${PORTSDIR}/textproc/p5-String-Format
|
||||
${SITE_PERL}/String/Format.pm:${PORTSDIR}/textproc/p5-String-Format \
|
||||
${SITE_PERL}/${PERL_ARCH}/Readonly.pm:${PORTSDIR}/devel/p5-Readonly
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
Loading…
Reference in New Issue
Block a user