Initial import of p5-CPAN-FindDependencies version 2.34 in the
NetBSD Packages Collection. The Perl 5 module CPAN::FindDependencies uses the CPAN packages index to map modules to distributions and vice versa, and then fetches distributions' META.yml or Makefile.PL files from http://search.cpan.org/ to determine pre-requisites.
This commit is contained in:
parent
31d3951865
commit
6cf71f6b91
3 changed files with 38 additions and 0 deletions
4
devel/p5-CPAN-FindDependencies/DESCR
Normal file
4
devel/p5-CPAN-FindDependencies/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
The Perl 5 module CPAN::FindDependencies uses the CPAN packages
|
||||
index to map modules to distributions and vice versa, and then
|
||||
fetches distributions' META.yml or Makefile.PL files from
|
||||
http://search.cpan.org/ to determine pre-requisites.
|
29
devel/p5-CPAN-FindDependencies/Makefile
Normal file
29
devel/p5-CPAN-FindDependencies/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/06/14 20:31:51 seb Exp $
|
||||
#
|
||||
|
||||
DISTNAME= CPAN-FindDependencies-2.34
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
#PKGREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CPAN/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/CPAN-FindDependencies/
|
||||
COMMENT= Perl 5 module to find dependencies for modules on the CPAN
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/CPAN/FindDependencies/.packlist
|
||||
|
||||
DEPENDS+= p5-Capture-Tiny>=0.05:../../devel/p5-Capture-Tiny
|
||||
DEPENDS+= p5-Devel-CheckOS>=1.52:../../devel/p5-Devel-CheckOS
|
||||
DEPENDS+= p5-File-Temp>=0.19:../../devel/p5-File-Temp
|
||||
DEPENDS+= p5-libwww>=1.41:../../www/p5-libwww
|
||||
DEPENDS+= p5-Parse-CPAN-Packages>=2.31:../../devel/p5-Parse-CPAN-Packages
|
||||
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI # really URI::file>=4.13
|
||||
DEPENDS+= p5-YAML-Tiny>=1.36:../../textproc/p5-YAML-Tiny
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
devel/p5-CPAN-FindDependencies/distinfo
Normal file
5
devel/p5-CPAN-FindDependencies/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/06/14 20:31:51 seb Exp $
|
||||
|
||||
SHA1 (CPAN-FindDependencies-2.34.tar.gz) = ce9081b6e22c04b8c9666554a4b01c4c0a1b4ff0
|
||||
RMD160 (CPAN-FindDependencies-2.34.tar.gz) = 055fb3d29d4995095ffe9001359990046bc18c6b
|
||||
Size (CPAN-FindDependencies-2.34.tar.gz) = 26783 bytes
|
Loading…
Reference in a new issue