Edit

IABSD.fr/ports/sysutils/p5-File-Rename/Makefile

Branch :

  • Show log

    Commit

  • Author : benoit
    Date : 2024-07-21 07:38:50
    Hash : 8905fead
    Message : Update to p5-File-Rename-2.02.

  • sysutils/p5-File-Rename/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>