Edit

IABSD.fr/ports/databases/p5-DBD-Mock/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2024-04-20 13:05:45
    Hash : e61f2686
    Message : newer p5-Module-Build-Tiny no longer installs 0-byte manuals; fix plists

  • databases/p5-DBD-Mock/Makefile
  • COMMENT =	mock database driver for testing
    
    MODULES =	cpan
    PKG_ARCH =	*
    DISTNAME =	DBD-Mock-1.59
    REVISION =	0
    CATEGORIES =	databases devel
    
    # Perl
    PERMIT_PACKAGE=	Yes
    
    RUN_DEPENDS =	databases/p5-DBI>=1.3
    
    TEST_DEPENDS =	devel/p5-Test-Exception>=0.31
    
    CONFIGURE_STYLE=modbuild tiny
    
    MAKE_ENV +=	TEST_POD=1
    
    .include <bsd.port.mk>