aboutsummaryrefslogtreecommitdiffstats
path: root/devel/R-cran-abind/Makefile
blob: e02342a6e63289736769026d36b5082c8d4e7862 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	abind
DISTVERSION=	1.4-8
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Combine Multidimensional Arrays
WWW=		https://cran.r-project.org/web/packages/abind/

LICENSE=	MIT

USES=		cran:auto-plist

.include <bsd.port.mk>