freebsd-ports/textproc/R-cran-xtable/Makefile
2023-04-23 09:09:58 +00:00

15 lines
298 B
Makefile

PORTNAME= xtable
DISTVERSION= 1.8-4
PORTREVISION= 3
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Export tables to LaTeX or HTML
WWW= https://cran.r-project.org/web/packages/xtable/
LICENSE= GPLv2+
USES= cran:auto-plist
.include <bsd.port.mk>