diff options
author | joe <joe@FreeBSD.org> | 2001-04-28 22:21:40 +0800 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2001-04-28 22:21:40 +0800 |
commit | 264a3dedbe5c19daa950f94944753674a8036458 (patch) | |
tree | 85aae5bcf1a8f5cc0dc25259bd98c42af76aa0e7 /sysutils/Makefile | |
parent | 1f432d27f2ce3233871cfb9b6de8c9046b930099 (diff) | |
download | freebsd-ports-graphics-264a3dedbe5c19daa950f94944753674a8036458.tar.gz freebsd-ports-graphics-264a3dedbe5c19daa950f94944753674a8036458.tar.zst freebsd-ports-graphics-264a3dedbe5c19daa950f94944753674a8036458.zip |
Stat::lsMode generates mode and permission strings that look like
the ones generated by the Unix ls -l command. For example, a
regular file that is readable by everyone and writable only by its
owner has the mode string -rw-r--r--. Stat::lsMode will either
examine the file and produce the right mode string for you, or you
can pass it the mode that you get back from Perl's stat call.
PR: ports/26847
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index cf4692106de..ca990dbc28e 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -94,6 +94,7 @@ SUBDIR += p5-Schedule-At SUBDIR += p5-Schedule-Cron SUBDIR += p5-Schedule-Match + SUBDIR += p5-Stat-lsMode SUBDIR += p5-SyslogScan SUBDIR += p5-Unix-ConfigFile SUBDIR += p5-Unix-Syslog |