aboutsummaryrefslogblamecommitdiff
path: root/print/R-cran-tinytex/Makefile
blob: 6b78fb9a4bdf7309fd51c528a79d90a29c6855f4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12


                       
                   







                                                               



                                                 


                               
# $FreeBSD$

PORTNAME=	tinytex
DISTVERSION=	0.6
CATEGORIES=	print
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Helper functions to maintain LaTeX distribution

LICENSE=	MIT

CRAN_DEPENDS=	R-cran-xfun>=0.3:misc/R-cran-xfun
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=		cran:auto-plist

.include <bsd.port.mk>