13 lines
220 B
Makefile
13 lines
220 B
Makefile
PORTNAME= R2HTML
|
|
PORTVERSION= 2.3.3
|
|
CATEGORIES= textproc
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= thierry@FreeBSD.org
|
|
COMMENT= HTML exportation for R objects
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= cran
|
|
|
|
.include <bsd.port.mk>
|