blob: 3f3c59c26da8cc410d75e683e5ca435fa914203f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: David Naylor <dbn@FreeBSD.org>
# $FreeBSD$
PORTNAME= gss
DISTVERSION= 2.1-9
PORTREVISION= 1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= dbn@FreeBSD.org
COMMENT= General Smoothing Splines
LICENSE= GPLv2+
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|