blob: c14329d09e3dba5d9df0f9c6e48ae21cd558143f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= vcd
DISTVERSION= 1.3-1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Visualization techniques, data sets for categorical data
LICENSE= GPLv2
BROKEN= Does not find WRKSRC
DEPRECATED= New port without proper maintainer
EXPIRATION_DATE= 2014-03-28
RUN_DEPENDS= R-cran-colorspace>0:${PORTSDIR}/graphics/R-cran-colorspace
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
.include <bsd.port.mk>
|