14 lines
275 B
Makefile
14 lines
275 B
Makefile
PORTNAME= Formula
|
|
DISTVERSION= 1.2-5
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Extended Model Formulas
|
|
WWW= https://cran.r-project.org/web/packages/Formula/
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|