aboutsummaryrefslogtreecommitdiffstats
path: root/math/R-cran-gtable/Makefile
blob: ae9e4d061080e17fd5190f3a1b7c60f8088da067 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=   gtable
PORTVERSION=    0.1.2
PORTREVISION=   5
CATEGORIES= math
DISTNAME=   ${PORTNAME}_${PORTVERSION}

MAINTAINER= tota@FreeBSD.org
COMMENT=    Arrange grobs in tables

LICENSE=    GPLv2

USES=   cran:auto-plist

.include <bsd.port.mk>