Files
ports/textproc/py-pdfrw/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

18 lines
309 B
Makefile

# $FreeBSD$
PORTNAME= pdfrw
PORTVERSION= 0.4
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= greg@unrelenting.technology
COMMENT= PDF file reader/writer library
LICENSE= MIT
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>