forked from Lainports/freebsd-ports
15 lines
298 B
Makefile
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>
|