pkgsrc/print/py-latexcodec/Makefile
rillig be8b61d9f1 print: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-04 19:57:58 +00:00

18 lines
473 B
Makefile

# $NetBSD: Makefile,v 1.3 2019/11/04 19:58:01 rillig Exp $
DISTNAME= latexcodec-1.0.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= print python
MASTER_SITES= ${MASTER_SITE_PYPI:=l/latexcodec/}
MAINTAINER= jaapb@NetBSD.org
HOMEPAGE= https://github.com/mcmtroffaes/latexcodec
COMMENT= Lexer and codec for LaTeX
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-six>=1.5.2:../../lang/py-six
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"