forked from Lainports/opnsense-ports
19 lines
389 B
Makefile
19 lines
389 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= htmltools
|
|
PORTVERSION= 0.3.5
|
|
CATEGORIES= textproc
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Tools for HTML generation and output
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
RUN_DEPENDS= R-cran-digest>0:security/R-cran-digest \
|
|
R-cran-Rcpp>0:devel/R-cran-Rcpp
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|