SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
33
devel/p5-Test-CleanNamespaces/Makefile
Normal file
33
devel/p5-Test-CleanNamespaces/Makefile
Normal 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>
|
2
devel/p5-Test-CleanNamespaces/distinfo
Normal file
2
devel/p5-Test-CleanNamespaces/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Test-CleanNamespaces-0.24.tar.gz) = M41VaejommVJNfhD7AvISqpIb+jdGJj7nKs+zOzVMno=
|
||||
SIZE (Test-CleanNamespaces-0.24.tar.gz) = 36740
|
4
devel/p5-Test-CleanNamespaces/pkg/DESCR
Normal file
4
devel/p5-Test-CleanNamespaces/pkg/DESCR
Normal 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.
|
3
devel/p5-Test-CleanNamespaces/pkg/PLIST
Normal file
3
devel/p5-Test-CleanNamespaces/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Test/
|
||||
${P5SITE}/Test/CleanNamespaces.pm
|
||||
@man man/man3p/Test::CleanNamespaces.3p
|
Loading…
Add table
Add a link
Reference in a new issue