Files
ports/sysutils/p5-File-Rename/Makefile
T
2023-01-03 15:11:36 +00:00

22 lines
453 B
Makefile

COMMENT = renames multiple files
DISTNAME = File-Rename-2.00
CATEGORIES = sysutils
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
TEST_DEPENDS = textproc/p5-Pod-Parser
PKG_ARCH = *
# Renaming 'rename' to 'prename' to avoid confusion and according to what is
# usually found on other operating systems.
post-install:
mv ${PREFIX}/bin/rename ${PREFIX}/bin/prename
mv ${PREFIX}/man/man1/rename.1 ${PREFIX}/man/man1/prename.1
.include <bsd.port.mk>