Edit

IABSD.fr/ports/textproc/p5-List-SomeUtils/Makefile

Branch :

  • Show log

    Commit

  • Author : bluhm
    Date : 2023-02-21 19:49:22
    Hash : 3c3e7da7
    Message : update p5-List-SomeUtils to 0.59

  • textproc/p5-List-SomeUtils/Makefile
  • COMMENT =	provide the stuff missing in List::Util
    
    DISTNAME =	List-SomeUtils-0.59
    
    CATEGORIES =	textproc
    
    # Perl
    PERMIT_PACKAGE =	Yes
    
    MODULES =		cpan
    
    BUILD_DEPENDS =		textproc/p5-List-SomeUtils-XS>=0.54
    
    RUN_DEPENDS =		textproc/p5-List-SomeUtils-XS>=0.54 \
    			devel/p5-Module-Implementation>=0.04
    
    TEST_DEPENDS =		devel/p5-Test-LeakTrace
    
    PKG_ARCH =	*
    
    post-extract:
    	# install-xt-tools.sh contains "curl ... | sh", remove to be secure
    	rm -- ${WRKSRC}/dev-bin/install-xt-tools.sh
    
    .include <bsd.port.mk>