blob: 2939d2a62e1da57a24ebd0e1881857c5b2612969 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= vcd
DISTVERSION= 1.4-4
PORTREVISION= 2
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= pfg@FreeBSD.org
COMMENT= Visualization techniques, data sets for categorical data
LICENSE= GPLv2
RUN_DEPENDS= R-cran-colorspace>0:graphics/R-cran-colorspace \
R-cran-lmtest>0:finance/R-cran-lmtest
USES= cran:auto-plist
.include <bsd.port.mk>
|