afresh1 fb00ac9917 Update textproc/p5-LaTeX-Driver to 1.2.0
From wen heping <wenheping2000 () hotmail ! com>
2020-11-09 01:32:01 +00:00

29 lines
592 B
Makefile

# $OpenBSD: Makefile,v 1.11 2020/11/09 01:32:01 afresh1 Exp $
COMMENT = driver to format LaTeX documents
DISTNAME = LaTeX-Driver-1.2.0
CATEGORIES = textproc
MODULES = cpan
PKG_ARCH = *
MAINTAINER = Andrew Hewus Fresh <afresh1@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
RUN_DEPENDS = print/texlive/base \
devel/p5-Class-Accessor>=0 \
devel/p5-Exception-Class>=0 \
devel/p5-File-Slurp>=0 \
devel/p5-File-pushd>=0 \
devel/p5-Log-Any \
devel/p5-Readonly>=0
TEST_DEPENDS = devel/p5-Test-Exception \
print/texlive/texmf,-full \
sysutils/p5-Capture-Tiny
.include <bsd.port.mk>