20 lines
401 B
Makefile
20 lines
401 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= magic
|
|
DISTVERSION= 1.5-8
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Create and Investigate Magic Squares
|
|
|
|
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>
|