Edit

IABSD.fr/ports/www/p5-Apache-Session-Generate-UUID/Makefile

Branch :

  • Show log

    Commit

  • Author : bluhm
    Date : 2023-05-02 21:20:16
    Hash : b354461e
    Message : Remove test dependency to p5-Test-Group. This module does not work with current p5-Test2-Suite and upstream has failed to create a solution for quite some time. Luckily the only test dependency is p5-Apache-Session-Generate-UUID. Patch it to run its tests without p5-Test-Group.

  • www/p5-Apache-Session-Generate-UUID/Makefile
  • COMMENT =	UUID for session ID generation
    
    DISTNAME =	Apache-Session-Generate-UUID-0.2
    REVISION =	2
    
    CATEGORIES =	www
    
    # Perl
    PERMIT_PACKAGE =	Yes
    
    MODULES =		cpan
    
    RUN_DEPENDS =		devel/p5-Data-UUID \
    			www/p5-Apache-Session
    TEST_DEPENDS =		devel/p5-Test-Deep \
    			devel/p5-Test-Exception \
    			devel/p5-Test-Perl-Critic \
    			devel/p5-Test-Pod>=1.14 \
    			devel/p5-Test-Pod-Coverage>=1.04
    
    CONFIGURE_STYLE =	modbuild
    
    PKG_ARCH =		*
    
    .include <bsd.port.mk>