SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
19
devel/p5-Test-Perl-Critic/Makefile
Normal file
19
devel/p5-Test-Perl-Critic/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
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>
|
2
devel/p5-Test-Perl-Critic/distinfo
Normal file
2
devel/p5-Test-Perl-Critic/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Test-Perl-Critic-1.04.tar.gz) = KPgGtUEseQi1bPFnMIS4tEzhy1TJQX14TZFCjhoECW4=
|
||||
SIZE (Test-Perl-Critic-1.04.tar.gz) = 22140
|
4
devel/p5-Test-Perl-Critic/pkg/DESCR
Normal file
4
devel/p5-Test-Perl-Critic/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
Test::Perl::Critic wraps the Perl::Critic engine in a convenient
|
||||
subroutine suitable for test programs written using the Test::More
|
||||
framework. This makes it easy to integrate coding-standards enforcement
|
||||
into the build process.
|
2
devel/p5-Test-Perl-Critic/pkg/PLIST
Normal file
2
devel/p5-Test-Perl-Critic/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
${P5SITE}/Test/Perl/Critic.pm
|
||||
@man man/man3p/Test::Perl::Critic.3p
|
Loading…
Add table
Add a link
Reference in a new issue