freebsd-ports/print/R-cran-tinytex/Makefile
2019-12-11 17:50:53 +00:00

19 lines
362 B
Makefile

# $FreeBSD$
PORTNAME= tinytex
DISTVERSION= 0.18
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>