7b4d34d4ec
This can be seen with Reportlab, which is embedding a digest as binary. Bump revision.
15 lines
376 B
Makefile
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"
|