pkgsrc/textproc/tex-csvsimple-doc/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

15 lines
373 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/09/08 22:23:04 markd Exp $
DISTNAME= csvsimple.doc
PKGNAME= tex-${DISTNAME:S/./-/}-1.20
TEXLIVE_REV= 41597
TEXLIVE_USE_CTAN= yes
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/csvsimple
COMMENT= Documentation for tex-csvsimple
LICENSE= lppl-1.3c
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"