Edit

IABSD.fr/ports/inputmethods/libkkc-data/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2024-12-21 11:46:00
    Hash : 2c9b84a4
    Message : handle py3.12 switchover: misc files that didn't make it into my first list

  • inputmethods/libkkc-data/Makefile
  • PORTROACH =	skipv:0.3.5
    
    COMMENT =	language model data for libkkc
    
    VERSION =	0.2.7
    DISTNAME =	libkkc-data-${VERSION}
    REVISION =	2
    
    CATEGORIES =	inputmethods japanese
    
    # GPLv3
    PERMIT_PACKAGE =	Yes
    
    SITES =			https://github.com/ueno/libkkc/releases/download/v0.3.5/
    EXTRACT_SUFX =		.tar.xz
    
    MODULES =		lang/python
    
    BUILD_DEPENDS =		textproc/libmarisa,-python
    RUN_DEPENDS =		inputmethods/libkkc
    
    CONFIGURE_STYLE =	gnu
    
    NO_TEST =		Yes
    
    .include <bsd.port.mk>