Edit

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

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2020-07-03 21:44:29
    Hash : 95d31a4b
    Message : bump for search.cpan.org->metacpan.org change

  • math/p5-Math-Derivative/Makefile
  • # $OpenBSD: Makefile,v 1.11 2020/07/03 21:45:28 sthen Exp $
    
    COMMENT =		numeric 1st and 2nd order differentiation
    
    DISTNAME =		Math-Derivative-1.01
    CATEGORIES =		math
    REVISION =		0
    
    # perl
    PERMIT_PACKAGE =	Yes
    
    RUN_DEPENDS =		math/p5-Math-Utils>=1.10
    
    MODULES =		cpan
    
    MAKE_ENV =		TEST_POD=Yes
    
    PKG_ARCH =		*
    
    .include <bsd.port.mk>