Edit

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

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2013-03-11 11:20:26
    Hash : 0662a4e9
    Message : PERMIT_* / REGRESS->TEST sweep

  • math/p5-Algorithm-Combinatorics/Makefile
  • # $OpenBSD: Makefile,v 1.4 2013/03/11 11:23:55 espie Exp $
    
    SHARED_ONLY =		yes
    
    COMMENT =		efficient generation of combinatorial sequences
    
    DISTNAME =		Algorithm-Combinatorics-0.27
    REVISION =		0
    CATEGORIES =		math
    
    CPAN_AUTHOR =		FXN
    
    MAINTAINER =		Jim Razmus II <jim@openbsd.org>
    
    # Perl
    PERMIT_PACKAGE_CDROM =	Yes
    
    WANTLIB += c
    
    MODULES =		cpan
    
    MAKE_ENV=		TEST_POD=Yes
    
    .include <bsd.port.mk>