From Wen Heping, Thanks! Changelog: https://metacpan.org/source/JGAMBLE/Math-Derivative-1.01/Changes OK sthen@
20 lines
318 B
Makefile
20 lines
318 B
Makefile
# $OpenBSD: Makefile,v 1.10 2019/07/19 19:55:16 cwen Exp $
|
|
|
|
COMMENT = numeric 1st and 2nd order differentiation
|
|
|
|
DISTNAME = Math-Derivative-1.01
|
|
CATEGORIES = math
|
|
|
|
# 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>
|