aboutsummaryrefslogtreecommitdiff
path: root/textproc/R-cran-xtable/Makefile
blob: 4110689c8da7b6e090628f8e0a0d516dec3742d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>

PORTNAME=	xtable
DISTVERSION=	1.8-4
PORTREVISION=	2
CATEGORIES=	textproc
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Export tables to LaTeX or HTML

LICENSE=	GPLv2+

USES=	cran:auto-plist

.include <bsd.port.mk>