forked from Lainports/freebsd-ports
14 lines
270 B
Makefile
14 lines
270 B
Makefile
PORTNAME= gss
|
|
DISTVERSION= 2.2-8
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= General Smoothing Splines
|
|
WWW= https://CRAN.R-project.org/package=gss
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|