1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/print/py-PyMuPDF/Makefile
Po-Chuan Hsieh 11a10b903e
print/py-PyMuPDF: Clean up USES=python
Approved by:	portmgr (blanket)
With hat:	python
2023-06-30 15:08:49 +08:00

21 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>