Edit

IABSD.fr/ports/textproc/py-spdx/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-spdx/Makefile
  • COMMENT =		SPDX license list database
    
    MODPY_EGG_VERSION =	2.5.1
    DISTNAME =		spdx-${MODPY_EGG_VERSION}
    PKGNAME =		py-spdx-${MODPY_EGG_VERSION}
    REVISION =		2
    
    CATEGORIES =		textproc
    
    HOMEPAGE =		https://github.com/bbqsrc/spdx-python
    
    # CC0-1.0
    PERMIT_PACKAGE =	Yes
    
    MODULES =		lang/python
    MODPY_PYBUILD =		setuptools
    MODPY_PI =		Yes
    NO_TEST =		Yes
    
    FLAVORS =		python3
    FLAVOR =		python3
    
    .include <bsd.port.mk>