Edit

IABSD.fr/ports/math/p5-Math-MatrixReal/Makefile

Branch :

  • Show log

    Commit

  • Author : benoit
    Date : 2017-03-28 10:52:06
    Hash : 16e0d83f
    Message : Update to p5-Math-MatrixReal-2.13.

  • math/p5-Math-MatrixReal/Makefile
  • # $OpenBSD: Makefile,v 1.11 2017/03/28 10:52:06 benoit Exp $
    
    COMMENT =	implement the data type "matrix of reals"
    DISTNAME =	Math-MatrixReal-2.13
    CATEGORIES =	math
    
    # Perl
    PERMIT_PACKAGE_CDROM =		Yes
    
    MODULES =	cpan
    PKG_ARCH =	*
    MODCPAN_EXAMPLES=	Yes
    MODCPAN_EXAMPLES_DIST=	example
    
    CONFIGURE_STYLE =	modbuild
    
    TEST_DEPENDS =		devel/p5-Test-Most
    
    .include <bsd.port.mk>