aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2019-09-22 02:42:40 +0800
committerKurt Jaeger <pi@FreeBSD.org>2019-09-22 02:42:40 +0800
commite6fb62b39052db178d65bec4b03ea125f203774f (patch)
treea9a52a45513652727e2929e0c027fffc4e912446 /sysutils/Makefile
parent85b2a32a202ba35195c50c66a529278142731a47 (diff)
downloadfreebsd-ports-gnome-e6fb62b39052db178d65bec4b03ea125f203774f.tar.gz
freebsd-ports-gnome-e6fb62b39052db178d65bec4b03ea125f203774f.tar.zst
freebsd-ports-gnome-e6fb62b39052db178d65bec4b03ea125f203774f.zip
New port: sysutils/p5-File-Rename
rename renames the filenames supplied according to the rule specified as the first argument. The perlexpr argument is a Perl expression which is expected to modify the $_ string in Perl for at least some of the filenames specified. If a given filename is not modified by the expression, it will not be renamed. If no filenames are given on the command line, filenames will be read via standard input. WWW: https://metacpan.org/release/File-Rename PR: 240728 Submitted by: Vidar Karlsen <vidar@karlsen.tech>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r--sysutils/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 33c40a974379..25c904bc1487 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -776,6 +776,7 @@
SUBDIR += p5-File-Listing
SUBDIR += p5-File-Log
SUBDIR += p5-File-Next
+ SUBDIR += p5-File-Rename
SUBDIR += p5-File-Signature
SUBDIR += p5-File-Stat-Bits
SUBDIR += p5-File-Stat-ModeString