Edit

IABSD.fr/ports/sysutils/py-find/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2024-05-06 12:23:55
    Hash : 384eb285
    Message : bump REVISION for py3.10 -> py3.11 switch

  • sysutils/py-find/Makefile
  • COMMENT=	find files and dirs
    
    MODPY_EGG_VERSION=	2020.12.3
    
    DISTNAME=	find-${MODPY_EGG_VERSION}
    PKGNAME=	py-${DISTNAME}
    REVISION=	2
    
    CATEGORIES=	sysutils
    
    HOMEPAGE=	https://github.com/andrewp-as-is/find.py
    
    # PD ("unlicense")
    PERMIT_PACKAGE=	Yes
    
    MODULES=		lang/python
    
    MODPY_PI=		Yes
    MODPY_PYBUILD=		setuptools
    NO_TEST=		Yes
    
    FLAVORS=		python3
    FLAVOR=			python3
    
    .include <bsd.port.mk>