mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 01:53:13 -04:00
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>
|