freebsd-ports/textproc/py-pdfrw/Makefile
Fernando Apesteguía f57221afde */*: Release ports from maintainership
Maintainer releases all his ports.

PR:		266871
Reported by:	unrelentingtech <greg@unrelenting.technology>
2022-10-09 13:56:28 +02:00

17 lines
325 B
Makefile

PORTNAME= pdfrw
PORTVERSION= 0.4
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= PDF file reader/writer library
WWW= https://github.com/pmaupin/pdfrw
LICENSE= MIT
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>