summaryrefslogtreecommitdiff
path: root/math/R-cran-numDeriv/Makefile
blob: 67e01e727d261bea320901482a6f3f4af9f1ded5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>

PORTNAME=	numDeriv
DISTVERSION=	2016.8-1.1
PORTREVISION=	2
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Accurate Numerical Derivatives

LICENSE=	GPLv2

USES=		cran:auto-plist

.include <bsd.port.mk>