openbsd-ports/textproc/py-PyPDF2/Makefile
2022-11-13 15:29:41 +00:00

23 lines
333 B
Makefile

COMMENT = PDF Python toolkit
MODPY_EGG_VERSION = 1.26.0
DISTNAME = PyPDF2-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 3
CATEGORIES = textproc
HOMEPAGE = http://mstamy2.github.com/PyPDF2
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
FLAVORS = python3
FLAVOR = python3
MODPY_PI = Yes
.include <bsd.port.mk>