Edit

IABSD.fr/ports/textproc/py-PyPDF2/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2024-05-06 12:24:07
    Hash : 940b0670
    Message : bump REVISION for py3.10 -> py3.11 switch

  • textproc/py-PyPDF2/Makefile
  • COMMENT =	PDF Python toolkit
    
    MODPY_EGG_VERSION =	1.26.0
    DISTNAME =		PyPDF2-${MODPY_EGG_VERSION}
    PKGNAME =		py-${DISTNAME}
    REVISION =		4
    
    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>