Edit

IABSD.fr/ports/math/p5-Algorithm-Combinatorics/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2019-07-12 20:46:54
    Hash : 3318ced0
    Message : replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

  • math/p5-Algorithm-Combinatorics/Makefile
  • # $OpenBSD: Makefile,v 1.9 2019/07/12 20:47:44 sthen Exp $
    
    COMMENT =		efficient generation of combinatorial sequences
    
    DISTNAME =		Algorithm-Combinatorics-0.27
    REVISION =		3
    CATEGORIES =		math
    
    CPAN_AUTHOR =		FXN
    
    # Perl
    PERMIT_PACKAGE =	Yes
    
    WANTLIB += c perl
    
    MODULES =		cpan
    
    MAKE_ENV=		TEST_POD=Yes
    
    .include <bsd.port.mk>