Files
ports/sysutils/p5-File-Rename/Makefile
T
2024-07-21 07:38:50 +00:00

22 lines
453 B
Makefile

COMMENT = renames multiple files
DISTNAME = File-Rename-2.02
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>