Edit

IABSD.fr/ports/textproc/py-texttable/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2025-04-29 10:40:12
    Hash : c2008dbb
    Message : sync PLISTs for setuptools ports

  • textproc/py-texttable/Makefile
  • COMMENT =	module to create simple ASCII tables
    
    MODPY_DISTV =	1.7.0
    DISTNAME =	texttable-${MODPY_DISTV}
    PKGNAME =	py-texttable-${MODPY_DISTV}
    REVISION =	1
    
    CATEGORIES =	textproc
    
    HOMEPAGE =	https://github.com/foutaise/texttable/
    
    # MIT
    PERMIT_PACKAGE =	Yes
    
    MODPY_PI =	Yes
    
    MODULES =	lang/python
    MODPY_PYBUILD =	setuptools
    
    .include <bsd.port.mk>