freebsd-ports/science/R-cran-e1071/Makefile
TAKATSU Tomonari 6d2d9fe63e - Add a new port: science/R-cran-e1071
Functions for latent class analysis, short time Fourier transform,
  fuzzy clustering, support vector machines, shortest path computation,
  bagged clustering, naive Bayes classifier, ...

  WWW:	http://cran.r-project.org/web/packages/e1071/
2012-02-11 02:26:29 +00:00

21 lines
411 B
Makefile

# New ports collection makefile for: R-cran-e1071
# Date created: 2011-09-03
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= e1071
PORTVERSION= 1.6
CATEGORIES= science
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Misc Functions of the Department of Statistics (e1071), TU Wien
LICENSE= GPLv2
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
.include <bsd.port.mk>