aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-deldir/Makefile
blob: 3221c8d9146357cd66bf01d1607583af8df11f65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	deldir
DISTVERSION=	1.0-9
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Delaunay Triangulation and Dirichlet (Voronoi) Tessellation
WWW=		https://cran.r-project.org/web/packages/deldir/

LICENSE=	GPLv2+

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>