more catalyst prereqs
This commit is contained in:
parent
0956e883d4
commit
6763ec7b38
25
devel/p5-Module-ScanDeps/Makefile
Normal file
25
devel/p5-Module-ScanDeps/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/04 23:38:49 espie Exp $
|
||||
|
||||
COMMENT= "recursively scan Perl code for dependencies"
|
||||
|
||||
DISTNAME= Module-ScanDeps-0.68
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
|
||||
MAINTAINER= Simon Dassow <janus@errornet.de>
|
||||
|
||||
# Same as Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
|
||||
REGRESS_DEPENDS=::devel/p5-Test-Pod
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
4
devel/p5-Module-ScanDeps/distinfo
Normal file
4
devel/p5-Module-ScanDeps/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (Module-ScanDeps-0.68.tar.gz) = 747cf2f097d5874e56bcf4afb5a68390
|
||||
RMD160 (Module-ScanDeps-0.68.tar.gz) = 9b218669b3e85b99fd73204e5ee19d2ca0d8ade6
|
||||
SHA1 (Module-ScanDeps-0.68.tar.gz) = cbe8490c7b601dac8eae073d55206dd20c282ea4
|
||||
SIZE (Module-ScanDeps-0.68.tar.gz) = 31023
|
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/local/lib/perl5/5.8.0/Test/More.pm',
|
||||
key => 'Test/More.pm',
|
||||
type => 'module', # or 'autoload', 'data', 'shared'
|
||||
used_by => [ 'Test/Simple.pm', ... ],
|
||||
}
|
9
devel/p5-Module-ScanDeps/pkg/PLIST
Normal file
9
devel/p5-Module-ScanDeps/pkg/PLIST
Normal file
@ -0,0 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/04 23:38:49 espie Exp $
|
||||
bin/scandeps.pl
|
||||
${P5SITE}/Module/
|
||||
${P5SITE}/Module/ScanDeps/
|
||||
${P5SITE}/Module/ScanDeps.pm
|
||||
${P5SITE}/Module/ScanDeps/DataFeed.pm
|
||||
@man man/man1/scandeps.pl.1
|
||||
@man man/man3p/Module::ScanDeps.3p
|
||||
@man man/man3p/Module::ScanDeps::DataFeed.3p
|
Loading…
Reference in New Issue
Block a user