diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-03-03 13:14:16 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-03-03 13:14:16 +0000 |
commit | e1ad733bfe69d447ac9b4121b59416235008f10e (patch) | |
tree | 6bb564d766c5aafc08b6d5eafe50afe7861e3a1f /sysutils/Makefile | |
parent | a25ac21e9a98b997945242a092571c1722d50e44 (diff) |
File::DirCompare is a perl module to compare two directories using
a callback, invoked for all files that are 'different' between the
two directories, and for any files that exist only in one or other
directory ('unique' files).
WWW: http://search.cpan.org/dist/File-DirCompare/
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=250535
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 4a9e07a4bde9..b4d0515d5440 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -533,6 +533,7 @@ SUBDIR += p5-BSD-Sysctl SUBDIR += p5-Brackup SUBDIR += p5-Dir-Purge + SUBDIR += p5-File-DirCompare SUBDIR += p5-File-Next SUBDIR += p5-File-Stat-Bits SUBDIR += p5-File-Which |