Importing package for p5 module File::Find::Rule::Permission 2.0.
An extension for File::Find::Rule to work with file permission bits and determine whether a given user can read, write or execute files.
This commit is contained in:
parent
44b1ccfe6e
commit
d06aaf004e
3 changed files with 30 additions and 0 deletions
2
devel/p5-File-Find-Rule-Permissions/DESCR
Normal file
2
devel/p5-File-Find-Rule-Permissions/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
An extension for File::Find::Rule to work with file permission bits and
|
||||
determine whether a given user can read, write or execute files.
|
23
devel/p5-File-Find-Rule-Permissions/Makefile
Normal file
23
devel/p5-File-Find-Rule-Permissions/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/05/29 08:12:42 sno Exp $
|
||||
|
||||
DISTNAME= File-Find-Rule-Permissions-2.0
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
SVR4_PKGNAME= p5ffr
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/File-Find-Rule-Permissions/
|
||||
COMMENT= Rule to match on file permissions and user access
|
||||
#LICENSE= ${PERL_LICENSE}
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
DEPENDS+= p5-Devel-CheckOS>=1:../../devel/p5-Devel-CheckOS
|
||||
DEPENDS+= p5-File-Find-Rule>=0.10:../../devel/p5-File-Find-Rule
|
||||
|
||||
PERL5_PACKLIST= auto/File/Find/Rule/Permissions/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
devel/p5-File-Find-Rule-Permissions/distinfo
Normal file
5
devel/p5-File-Find-Rule-Permissions/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/05/29 08:12:42 sno Exp $
|
||||
|
||||
SHA1 (File-Find-Rule-Permissions-2.0.tar.gz) = 845a61ba4bbcafb85e86e08244a38d165db5bdc8
|
||||
RMD160 (File-Find-Rule-Permissions-2.0.tar.gz) = cb886427511f1f54796cb319b7e64b3a4c4d2cdf
|
||||
Size (File-Find-Rule-Permissions-2.0.tar.gz) = 15676 bytes
|
Loading…
Reference in a new issue