pkgsrc/print/py-Pdf/Makefile
joerg 7b4d34d4ec pyPdf: fallback if non-UTF16 strings start with UTF16 BOM
This can be seen with Reportlab, which is embedding a digest as binary.
Bump revision.
2021-04-06 18:57:10 +00:00

15 lines
376 B
Makefile

# $NetBSD: Makefile,v 1.9 2021/04/06 18:57:10 joerg Exp $
DISTNAME= pyPdf-1.13
PKGNAME= ${PYPKGPREFIX}-Pdf-1.13
PKGREVISION= 4
CATEGORIES= print python
MASTER_SITES= http://pybrary.net/pyPdf/
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://pybrary.net/pyPdf/
COMMENT= PDF library
LICENSE= modified-bsd
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"