diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2010-11-13 20:53:15 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2010-11-13 20:53:15 +0800 |
commit | 8ffa6da846771a7efa9fe23836ff101c52e21508 (patch) | |
tree | 12cdc5877661500dfe75cfd1b1aed20bcdbef563 /sysutils/Makefile | |
parent | 772d025634f953e2f75b89a91b35fff50df60a0b (diff) | |
download | freebsd-ports-gnome-8ffa6da846771a7efa9fe23836ff101c52e21508.tar.gz freebsd-ports-gnome-8ffa6da846771a7efa9fe23836ff101c52e21508.tar.zst freebsd-ports-gnome-8ffa6da846771a7efa9fe23836ff101c52e21508.zip |
- Add p5-File-Stat-ModeString 1.00
File::Stat::ModeString is a Perl5 module provides a few functions for
conversionbetween binary and literal representations of file mode bits,
including file type.
WWW: http://search.cpan.org/dist/File-Stat-ModeString/
PR: ports/152124
Submitted by: Jase Thew <freebsd@beardz.net>
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 88b31b8a7be1..e6b62ea6f492 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -558,6 +558,7 @@ SUBDIR += p5-File-Next SUBDIR += p5-File-Signature SUBDIR += p5-File-Stat-Bits + SUBDIR += p5-File-Stat-ModeString SUBDIR += p5-File-Which SUBDIR += p5-Filesys-Df SUBDIR += p5-Filesys-DfPortable |