19 lines
272 B
Makefile
19 lines
272 B
Makefile
|
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>
|