Importing package for p5 module File::Find::Rule::VCS 1.05.
File::Find::Rule::VCS provides quick and convenient methods to exclude the version control directories of several major Version Control Systems (currently CVS, subversion, and Bazaar).
This commit is contained in:
parent
09c0318da5
commit
025f1a66d1
3 changed files with 31 additions and 0 deletions
6
devel/p5-File-Find-Rule-VCS/DESCR
Normal file
6
devel/p5-File-Find-Rule-VCS/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
Many tools need to be equally useful both on ordinary files, and on code
|
||||
that has been checked out from revision control systems.
|
||||
|
||||
File::Find::Rule::VCS provides quick and convenient methods to exclude the
|
||||
version control directories of several major Version Control Systems
|
||||
(currently CVS, subversion, and Bazaar).
|
20
devel/p5-File-Find-Rule-VCS/Makefile
Normal file
20
devel/p5-File-Find-Rule-VCS/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/05/29 08:30:14 sno Exp $
|
||||
|
||||
DISTNAME= File-Find-Rule-VCS-1.05
|
||||
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-VCS/
|
||||
COMMENT= File::Find::Rule extension to Exclude files/directories for VCS's
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
DEPENDS+= p5-File-Find-Rule>=0.20:../../devel/p5-File-Find-Rule
|
||||
|
||||
PERL5_PACKLIST= auto/File/Find/Rule/VCS/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
devel/p5-File-Find-Rule-VCS/distinfo
Normal file
5
devel/p5-File-Find-Rule-VCS/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/05/29 08:30:14 sno Exp $
|
||||
|
||||
SHA1 (File-Find-Rule-VCS-1.05.tar.gz) = 11037363b56911528ed01124fe6609f04e4fd681
|
||||
RMD160 (File-Find-Rule-VCS-1.05.tar.gz) = 3ba63342194ff82c5cc4a14ca0b43a3553d40141
|
||||
Size (File-Find-Rule-VCS-1.05.tar.gz) = 23012 bytes
|
Loading…
Reference in a new issue