mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
d1fff2d711
- removed PORTREVISION due to version bump - update website URL to align with CRAN package - changelog: - R: Reworked ssllrm suite to add qd.wt. - man: Minor edit to reflect changes in R. - src: i) Changes and bug fixes in llrmnewton. ii) Minor edit in cdennewton. Generated by: portcran (0.1.8)
17 lines
283 B
Makefile
17 lines
283 B
Makefile
# Created by: David Naylor <dbn@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gss
|
|
DISTVERSION= 2.1-9
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= dbn@FreeBSD.org
|
|
COMMENT= General Smoothing Splines
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|