Files
ports/print/py-pdf/Makefile
T
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

19 lines
380 B
Makefile

# Created by: Stefan Esser <se@FreeBSD.org>
# $FreeBSD$
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>