1dbdb81637
Based on Kamel Derouiche's version in pkgsrc-wip.
18 lines
478 B
Makefile
18 lines
478 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/07/26 12:22:10 jaapb Exp $
|
|
|
|
DISTNAME= latexcodec-1.0.5
|
|
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"
|