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,19 @@
COMMENT = recursively scan Perl code for dependencies
DISTNAME = Module-ScanDeps-1.31
CATEGORIES = devel
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
TEST_DEPENDS = devel/p5-Test-Requires \
devel/p5-prefork
MAKE_ENV = TEST_POD=Yes
PKG_ARCH = *
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Module-ScanDeps-1.31.tar.gz) = /E2Y0rABV0XztVtR3fREWnOwaa0Mt+w22Op4HWEHTZ0=
SIZE (Module-ScanDeps-1.31.tar.gz) = 56164

View file

@ -0,0 +1,10 @@
This module scans potential modules used by perl programs, and returns
a hash reference; its keys are the module names as appears in %INC
(e.g. Test/More.pm); the values are hash references with this structure:
{
file => '/usr/libdata/perl5/Test/More.pm',
key => 'Test/More.pm',
type => 'module', # or 'autoload', 'data', 'shared'
used_by => [ 'Test/Simple.pm', ... ],
}

View file

@ -0,0 +1,7 @@
bin/scandeps.pl
${P5SITE}/Module/
${P5SITE}/Module/ScanDeps/
${P5SITE}/Module/ScanDeps.pm
${P5SITE}/Module/ScanDeps/Cache.pm
@man man/man1/scandeps.pl.1
@man man/man3p/Module::ScanDeps.3p