Edit

IABSD.fr/ports/textproc/py-diff-match-patch/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2025-02-21 10:23:16
    Hash : 00915d40
    Message : sync PLISTs following py3-flit_core update

  • textproc/py-diff-match-patch/Makefile
  • COMMENT =		high-performance diff and patch library
    
    MODPY_DISTV =		20241021
    DISTNAME =		diff_match_patch-${MODPY_DISTV}
    PKGNAME =		py-${DISTNAME:S/_/-/g}
    REVISION =		0
    
    CATEGORIES =		textproc
    
    MAINTAINER =		Daniel Dickman <daniel@openbsd.org>
    
    # Apache v2
    PERMIT_PACKAGE =	Yes
    
    MODULES =		lang/python
    
    MODPY_PI =		Yes
    MODPY_PYBUILD =		flit_core
    
    .include <bsd.port.mk>