7f771d800a
PR: 220059 Submitted by: pfg@
19 lines
409 B
Makefile
19 lines
409 B
Makefile
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= vcd
|
|
DISTVERSION= 1.4-4
|
|
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>
|