SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
19
devel/p5-Module-ScanDeps/Makefile
Normal file
19
devel/p5-Module-ScanDeps/Makefile
Normal 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>
|
2
devel/p5-Module-ScanDeps/distinfo
Normal file
2
devel/p5-Module-ScanDeps/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Module-ScanDeps-1.31.tar.gz) = /E2Y0rABV0XztVtR3fREWnOwaa0Mt+w22Op4HWEHTZ0=
|
||||
SIZE (Module-ScanDeps-1.31.tar.gz) = 56164
|
10
devel/p5-Module-ScanDeps/pkg/DESCR
Normal file
10
devel/p5-Module-ScanDeps/pkg/DESCR
Normal 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', ... ],
|
||||
}
|
7
devel/p5-Module-ScanDeps/pkg/PLIST
Normal file
7
devel/p5-Module-ScanDeps/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue