Files

22 lines
453 B
Makefile
Raw Permalink Normal View History

2018-05-31 14:57:13 +00:00
COMMENT = renames multiple files
2024-07-21 07:38:50 +00:00
DISTNAME = File-Rename-2.02
2018-05-31 14:57:13 +00:00
2021-09-08 19:28:13 +00:00
CATEGORIES = sysutils
2018-05-31 14:57:13 +00:00
# Perl
PERMIT_PACKAGE = Yes
2018-05-31 14:57:13 +00:00
2021-09-08 19:28:13 +00:00
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
2018-05-31 14:57:13 +00:00
.include <bsd.port.mk>