Edit

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

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2019-07-12 20:49:33
    Hash : 77f7cc9c
    Message : replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

  • textproc/p5-Text-Diff/Makefile
  • # $OpenBSD: Makefile,v 1.17 2019/07/12 20:50:06 sthen Exp $
    
    COMMENT = 	perform diffs on files and record sets
    
    MODULES =	cpan
    PKG_ARCH =	*
    DISTNAME =	Text-Diff-1.45
    CATEGORIES =	textproc
    
    # perl
    PERMIT_PACKAGE =	Yes
    
    RUN_DEPENDS =	devel/p5-Algorithm-Diff
    
    .include <bsd.port.mk>