21 lines
333 B
Makefile
21 lines
333 B
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>
|