summaryrefslogtreecommitdiff
path: root/math/R-cran-magic/Makefile
blob: 4b53b374cc9237f04454f8579e2e4ce42657d6d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	magic
DISTVERSION=	1.6-1
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Create and Investigate Magic Squares
WWW=		https://cran.r-project.org/web/packages/magic/

LICENSE=	GPLv2

CRAN_DEPENDS=	R-cran-abind>0:devel/R-cran-abind
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=		cran:auto-plist

.include <bsd.port.mk>