Edit

IABSD.fr/ports/textproc/p5-Text-Table/Makefile

Branch :

  • Show log

    Commit

  • Author : benoit
    Date : 2023-03-08 10:23:22
    Hash : cd6b686a
    Message : Update to p5-Text-Table-1.135.

  • textproc/p5-Text-Table/Makefile
  • COMMENT=	organize data in tables
    
    MODULES=	cpan
    PKG_ARCH=	*
    DISTNAME =	Text-Table-1.135
    CATEGORIES=	textproc
    
    # Perl
    PERMIT_PACKAGE=	Yes
    
    RUN_DEPENDS=		textproc/p5-Text-Aligner
    
    TEST_DEPENDS=		devel/p5-Test-TrailingSpace
    
    # let empty, it would require a port for Pod::Coverage::TrustPod
    MAKE_ENV+=		TEST_POD= AUTHOR_TESTING=
    
    .include <bsd.port.mk>