SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
devel/p5-File-chmod/Makefile
Normal file
12
devel/p5-File-chmod/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
COMMENT= implements symbolic and ls chmod modes
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME= File-chmod-0.42
|
||||
CATEGORIES= devel
|
||||
REVISION= 0
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-File-chmod/distinfo
Normal file
2
devel/p5-File-chmod/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (File-chmod-0.42.tar.gz) = bK+v/2i8hCFRaLVe3g0ZHctX+aMgG1HWHtsoWKJAd5U=
|
||||
SIZE (File-chmod-0.42.tar.gz) = 24940
|
4
devel/p5-File-chmod/pkg/DESCR
Normal file
4
devel/p5-File-chmod/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
File::chmod is a utility that allows you to bypass system calls or bit
|
||||
processing of a file's permissions. It overloads the chmod() function
|
||||
with its own that gets an octal mode, a symbolic mode (see below), or
|
||||
an "ls" mode.
|
3
devel/p5-File-chmod/pkg/PLIST
Normal file
3
devel/p5-File-chmod/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/File/
|
||||
${P5SITE}/File/chmod.pm
|
||||
@man man/man3p/File::chmod.3p
|
Loading…
Add table
Add a link
Reference in a new issue