forked from Lainports/freebsd-ports
14 lines
268 B
Makefile
14 lines
268 B
Makefile
PORTNAME= R2HTML
|
|
PORTVERSION= 2.3.4
|
|
CATEGORIES= textproc
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= thierry@FreeBSD.org
|
|
COMMENT= HTML exportation for R objects
|
|
WWW= https://cran.r-project.org/package=R2HTML
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= cran
|
|
|
|
.include <bsd.port.mk>
|