freebsd-ports/math/R-cran-magic/Makefile

22 lines
417 B
Makefile
Raw Normal View History

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= magic
2018-09-18 09:38:01 +02:00
DISTVERSION= 1.5-9
PORTREVISION= 2
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>