summaryrefslogtreecommitdiff
path: root/print/py-PyMuPDF/Makefile
blob: e0e3bd6a6afce4a029ac35be4fa993300f68aae3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	PyMuPDF
PORTVERSION=	1.22.5
PORTREVISION=	1
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>