Edit

IABSD.fr/ports/textproc/apertium-regtest/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/apertium-regtest/Makefile
  • COMMENT =	regression testing system for apertium data and tools
    
    DISTNAME =	apertium-regtest-$V
    V =		0.9.1
    REVISION =	0
    
    CATEGORIES =	textproc
    
    HOMEPAGE =	https://wiki.apertium.org/wiki/Apertium-regtest
    
    MAINTAINER =		Anthony J. Bentley <anthony@anjbe.name>
    
    # GPLv3 only
    PERMIT_PACKAGE =	Yes
    
    SITES =		https://github.com/apertium/apertium-regtest/releases/download/v$V/
    
    EXTRACT_SUFX =		.tar.bz2
    
    MODULES =		lang/python
    MODPY_BUILDDEP =	No
    
    CONFIGURE_STYLE =	autoreconf
    
    AUTOCONF_VERSION =	2.71
    AUTOMAKE_VERSION =	1.16
    
    MODPY_ADJ_FILES =	apertium-regtest.py
    
    .include <bsd.port.mk>