Importing package for module File::Find::Rule::Perl 1.06.
File::Find::Rule::Perl provides methods for finding various types Perl-related files, or replicating search queries run on a distribution in various parts of the CPAN ecosystem.
This commit is contained in:
parent
2f7ba42ae9
commit
a4aaaeffcb
3 changed files with 31 additions and 0 deletions
3
devel/p5-File-Find-Rule-Perl/DESCR
Normal file
3
devel/p5-File-Find-Rule-Perl/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
File::Find::Rule::Perl provides methods for finding various types
|
||||
Perl-related files, or replicating search queries run on a distribution
|
||||
in various parts of the CPAN ecosystem.
|
23
devel/p5-File-Find-Rule-Perl/Makefile
Normal file
23
devel/p5-File-Find-Rule-Perl/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/05/29 08:39:02 sno Exp $
|
||||
|
||||
DISTNAME= File-Find-Rule-Perl-1.06
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/File-Find-Rule-Perl/
|
||||
COMMENT= Common File::Find::Rule rules for searching for Perl things
|
||||
#LICENSE= ${PERL_LICENSE}
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
DEPENDS+= p5-File-Find-Rule>=0.20:../../devel/p5-File-Find-Rule
|
||||
DEPENDS+= p5-Params-Util>=0.38:../../devel/p5-Params-Util
|
||||
DEPENDS+= p5-Parse-CPAN-Meta>=0.04:../../devel/p5-Parse-CPAN-Meta
|
||||
|
||||
PERL5_PACKLIST= auto/File/Find/Rule/Perl/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
devel/p5-File-Find-Rule-Perl/distinfo
Normal file
5
devel/p5-File-Find-Rule-Perl/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/05/29 08:39:02 sno Exp $
|
||||
|
||||
SHA1 (File-Find-Rule-Perl-1.06.tar.gz) = 731069f7810c054d3cf475ca8f90b95cf21ef843
|
||||
RMD160 (File-Find-Rule-Perl-1.06.tar.gz) = f7e2d85e52cfdff43e6bac284b74ae4da85f22a9
|
||||
Size (File-Find-Rule-Perl-1.06.tar.gz) = 26421 bytes
|
Loading…
Reference in a new issue