1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/print/R-cran-tinytex/Makefile
2019-10-31 21:51:27 +00:00

20 lines
362 B
Makefile

# $FreeBSD$
PORTNAME= tinytex
DISTVERSION= 0.17
CATEGORIES= print
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Helper functions to maintain LaTeX distribution
LICENSE= MIT
CRAN_DEPENDS= R-cran-xfun>=0.5:misc/R-cran-xfun
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>