25 lines
386 B
Makefile

# $OpenBSD: Makefile,v 1.2 2020/07/03 21:13:13 sthen Exp $
COMMENT = PDF Python toolkit
MODPY_EGG_VERSION = 1.26.0
DISTNAME = PyPDF2-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 0
CATEGORIES = textproc
HOMEPAGE = http://mstamy2.github.com/PyPDF2
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
FLAVORS = python3
FLAVOR ?=
MODPY_PI = Yes
.include <bsd.port.mk>