17 lines
272 B
Makefile
17 lines
272 B
Makefile
# $OpenBSD: Makefile,v 1.6 2013/10/11 23:50:06 naddy Exp $
|
|
|
|
COMMENT = numeric 1st and 2nd order differentiation
|
|
|
|
DISTNAME = Math-Derivative-0.01
|
|
REVISION = 0
|
|
CATEGORIES = math
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|