freebsd-ports/math/R-cran-gss/Makefile
David Naylor ac5a60c57c Update math/R-cran-gss to 2.1-3.
ChangeLog:
 * R: Edited utility functions for the binomial family in the
        gssanova suite, eliminating unnecessary subtractions to preserve
        numerical precision.
2014-07-27 19:46:52 +00:00

17 lines
297 B
Makefile

# Created by: David Naylor <dbn@FreeBSD.org>
# $FreeBSD$
PORTNAME= gss
DISTVERSION= 2.1-3
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= dbn@FreeBSD.org
COMMENT= General Smoothing Splines
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
USES= cran:auto-plist
.include <bsd.port.mk>