2020-03-27 17:31:52 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.22 2020/03/27 17:31:52 sthen Exp $
|
2016-03-05 15:58:05 +00:00
|
|
|
|
|
|
|
COMMENT = critique Perl source code for best-practices
|
|
|
|
|
2020-03-27 17:31:52 +00:00
|
|
|
DISTNAME = Perl-Critic-1.138
|
2016-03-05 15:58:05 +00:00
|
|
|
|
|
|
|
CATEGORIES = devel
|
|
|
|
|
|
|
|
# Perl
|
2019-07-12 20:44:34 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2016-03-05 15:58:05 +00:00
|
|
|
|
|
|
|
MODULES = cpan
|
2016-03-20 19:56:05 +00:00
|
|
|
PKG_ARCH = *
|
2016-03-05 15:58:05 +00:00
|
|
|
MODCPAN_EXAMPLES = Yes
|
|
|
|
MAKE_ENV = TEST_POD=Yes
|
|
|
|
|
|
|
|
TEST_DEPENDS = devel/p5-Test-Deep \
|
|
|
|
devel/p5-Test-Memory-Cycle
|
|
|
|
|
2016-03-06 11:50:50 +00:00
|
|
|
BUILD_DEPENDS = devel/p5-B-Keywords>=1.05 \
|
2020-03-27 17:31:52 +00:00
|
|
|
devel/p5-List-MoreUtils>=0.19
|
2016-03-06 11:50:50 +00:00
|
|
|
|
2016-03-05 15:58:05 +00:00
|
|
|
RUN_DEPENDS = devel/p5-B-Keywords>=1.05 \
|
|
|
|
devel/p5-Config-Tiny>=2 \
|
|
|
|
devel/p5-Exception-Class>=1.23 \
|
|
|
|
devel/p5-IO-String \
|
|
|
|
devel/p5-List-MoreUtils>=0.19 \
|
|
|
|
devel/p5-Module-Pluggable>=3.1 \
|
|
|
|
devel/p5-Readonly>=2 \
|
2020-03-27 17:31:52 +00:00
|
|
|
devel/p5-String-Format>=1.18 \
|
2016-03-05 15:58:05 +00:00
|
|
|
devel/p5-Task-Weaken \
|
|
|
|
devel/perltidy \
|
|
|
|
sysutils/p5-File-Which \
|
2020-03-27 17:31:52 +00:00
|
|
|
textproc/p5-PPI>=1.265 \
|
|
|
|
textproc/p5-PPIx-QuoteLike \
|
|
|
|
textproc/p5-PPIx-Regexp>=0.068 \
|
2016-03-05 15:58:05 +00:00
|
|
|
textproc/p5-PPIx-Utilities>=1.001 \
|
|
|
|
textproc/p5-Pod-Spell>=1
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = modbuild
|
2008-10-04 18:00:49 +00:00
|
|
|
|
2006-11-17 02:16:42 +00:00
|
|
|
.include <bsd.port.mk>
|