ports/devel/p5-Test-Perl-Critic/Makefile

20 lines
293 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = test framework to run Perl::Critic
DISTNAME = Test-Perl-Critic-1.04
REVISION = 0
CATEGORIES = devel
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
RUN_DEPENDS = devel/p5-MCE>=1.827 \
devel/p5-Perl-Critic>=1.105
CONFIGURE_STYLE = modbuild
PKG_ARCH = *
.include <bsd.port.mk>