freebsd-ports/print/R-cran-tinytex/Makefile
2022-03-31 15:44:22 +00:00

17 lines
350 B
Makefile

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