Edit

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

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2020-07-03 21:44:29
    Hash : 95d31a4b
    Message : bump for search.cpan.org->metacpan.org change

  • textproc/p5-Text-Flow/Makefile
  • # $OpenBSD: Makefile,v 1.4 2020/07/03 21:45:51 sthen Exp $
    
    COMMENT =	flexible text flowing and word wrapping
    
    DISTNAME =	Text-Flow-0.01
    CATEGORIES =	textproc
    REVISION =	1
    
    # Perl
    PERMIT_PACKAGE =	Yes
    
    MODULES =		cpan
    RUN_DEPENDS =		devel/p5-Moose>=0.21
    TEST_DEPENDS =		devel/p5-MooseX-Params-Validate>=0.19 \
    			devel/p5-Test-Exception>=0.21 \
    			devel/p5-Test-LongString \
    			devel/p5-Test-Pod>=1.14 \
    			devel/p5-Test-Pod-Coverage>=1.04
    
    PKG_ARCH =		*
    
    .include <bsd.port.mk>