mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
d9173a16b9
- Update to 1.6-1 - Drop maintainership
19 lines
392 B
Makefile
19 lines
392 B
Makefile
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>
|