opnsense-ports/print/py-PyMuPDF/Makefile
Franco Fichtner eb3792d105 */*: sync with upstream
Taken from: FreeBSD
2023-07-17 07:53:42 +02:00

20 lines
445 B
Makefile

PORTNAME= PyMuPDF
PORTVERSION= 1.22.5
CATEGORIES= print python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Python bindings for the PDF toolkit and renderer MuPDF
WWW= https://github.com/pymupdf/PyMuPDF
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= bash:shells/bash \
swig:devel/swig
USES= gmake python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>