aboutsummaryrefslogtreecommitdiff
path: root/print/R-cran-tinytex/Makefile
blob: 4e516e1935018642e87457cd904622c900f12bc6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	tinytex
DISTVERSION=	0.58
CATEGORIES=	print
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	eduardo@FreeBSD.org
COMMENT=	Helper functions to maintain LaTeX distribution
WWW=		https://cran.r-project.org/package=tinytex

LICENSE=	MIT

RUN_DEPENDS=	R-cran-xfun>=0.48:misc/R-cran-xfun
TEST_DEPENDS=	R-cran-testit>0:devel/R-cran-testit

USES=		cran:auto-plist

.include <bsd.port.mk>