pkgsrc/textproc/tex-csvsimple/Makefile
markd b6c70e5513 Add tex-csvsimple{,-doc} 1.20
The package provides a simple LaTeX interface for the
processing of files with comma separated values (CSV); it
relies on the key value syntax supported by pgfkeys to simplify
usage. Filtering and table generation is especially supported;
however, this lightweight tool offers no support for data
sorting or data base storage.
2017-09-08 22:23:04 +00:00

18 lines
533 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/09/08 22:23:04 markd Exp $
DISTNAME= csvsimple
PKGNAME= tex-${DISTNAME}-1.20
TEXLIVE_REV= 41597
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/csvsimple
COMMENT= Simple CSV file processing
LICENSE= lppl-1.3c
DEPENDS+= tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"