add missing dependency to enable build in clean environment and bump
This commit is contained in:
parent
03aa549c70
commit
81fe29b34d
@ -1,9 +1,10 @@
|
|||||||
# $OpenBSD: Makefile,v 1.7 2008/10/04 18:00:49 jasper Exp $
|
# $OpenBSD: Makefile,v 1.8 2008/10/06 22:07:19 simon Exp $
|
||||||
|
|
||||||
COMMENT= critique perl source code for best practices
|
COMMENT= critique perl source code for best practices
|
||||||
|
|
||||||
MODULES= cpan
|
MODULES= cpan
|
||||||
DISTNAME= Perl-Critic-1.092
|
DISTNAME= Perl-Critic-1.092
|
||||||
|
PKGNAME= p5-${DISTNAME}p0
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
|
|
||||||
MAINTAINER= Mathieu Sauve-Frankel <msf@kisoku.net>
|
MAINTAINER= Mathieu Sauve-Frankel <msf@kisoku.net>
|
||||||
@ -23,6 +24,7 @@ RUN_DEPENDS= ::devel/p5-B-Keywords \
|
|||||||
:p5-PPI->=1.203:textproc/p5-PPI \
|
:p5-PPI->=1.203:textproc/p5-PPI \
|
||||||
::devel/p5-Set-Scalar \
|
::devel/p5-Set-Scalar \
|
||||||
::devel/p5-String-Format \
|
::devel/p5-String-Format \
|
||||||
|
::devel/p5-Readonly \
|
||||||
::devel/perltidy \
|
::devel/perltidy \
|
||||||
::sysutils/p5-File-Which
|
::sysutils/p5-File-Which
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user