mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
18 lines
368 B
Makefile
18 lines
368 B
Makefile
# Created by: Stefan Esser <se@FreeBSD.org>
|
|
|
|
PORTNAME= pdf
|
|
PORTVERSION= 1.13
|
|
PORTREVISION= 1
|
|
CATEGORIES= print python
|
|
MASTER_SITES= http://pybrary.net/pyPdf/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= pyPdf-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Pure-Python PDF toolkit
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|