diff options
Diffstat (limited to 'math/R-cluster/Makefile')
-rw-r--r-- | math/R-cluster/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/R-cluster/Makefile b/math/R-cluster/Makefile new file mode 100644 index 00000000000..e62d7efec82 --- /dev/null +++ b/math/R-cluster/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/04/23 01:32:43 markd Exp $ + +R_PKGNAME= cluster +R_PKGVER= 1.4-0 + +MAINTAINER= markd@netbsd.org +COMMENT= Functions for clustering (by Rousseeuw et al.) + +PLIST_SRC= /dev/null + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" |