SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,33 @@
COMMENT = check for uncleaned imports
DISTNAME = Test-CleanNamespaces-0.24
CATEGORIES = devel
FIX_EXTRACT_PERMISSIONS = Yes
MAINTAINER = Wen Heping <wenheping2000@hotmail.com>
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
PKG_ARCH = *
RUN_DEPENDS = devel/p5-Module-Runtime \
devel/p5-Package-Stash>=0.14 \
devel/p5-Sub-Identify
TEST_DEPENDS = devel/p5-File-pushd \
devel/p5-Moo \
devel/p5-Moose \
devel/p5-MooseX-Role-Parameterized \
devel/p5-Mouse \
devel/p5-Sub-Exporter \
devel/p5-Test-Deep \
devel/p5-Test-Needs \
devel/p5-Test-Warnings>=0.009 \
devel/p5-namespace-clean
MAKE_ENV += AUTOMATED_TESTING=1
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Test-CleanNamespaces-0.24.tar.gz) = M41VaejommVJNfhD7AvISqpIb+jdGJj7nKs+zOzVMno=
SIZE (Test-CleanNamespaces-0.24.tar.gz) = 36740

View file

@ -0,0 +1,4 @@
Test::CleanNamespaces lets you check your module's namespaces for imported
functions you might have forgotten to remove with namespace::autoclean or
namespace::clean and are therefore available to be called as methods, which
usually isn't want you want.

View file

@ -0,0 +1,3 @@
${P5SITE}/Test/
${P5SITE}/Test/CleanNamespaces.pm
@man man/man3p/Test::CleanNamespaces.3p