Edit

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

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2016-03-20 19:56:05
    Hash : cfbb239b
    Message : Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES. Add WANTLIB+=perl and PKG_ARCH=* as appropriate.

  • math/p5-Algorithm-Combinatorics/Makefile
  • # $OpenBSD: Makefile,v 1.7 2016/03/20 19:56:47 naddy Exp $
    
    COMMENT =		efficient generation of combinatorial sequences
    
    DISTNAME =		Algorithm-Combinatorics-0.27
    REVISION =		2
    CATEGORIES =		math
    
    CPAN_AUTHOR =		FXN
    
    MAINTAINER =		Jim Razmus II <jim@openbsd.org>
    
    # Perl
    PERMIT_PACKAGE_CDROM =	Yes
    
    WANTLIB += c perl
    
    MODULES =		cpan
    
    MAKE_ENV=		TEST_POD=Yes
    
    .include <bsd.port.mk>