ports/textproc/py-PyPDF2/Makefile

23 lines
333 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
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>