Edit

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

Branch :

  • Show log

    Commit

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

  • textproc/py-bashlex/Makefile
  • COMMENT=	Python port of the parser used internally by GNU bash
    
    MODPY_DISTV=	0.18
    DISTNAME=	bashlex-${MODPY_DISTV}
    PKGNAME=	py-${DISTNAME}
    CATEGORIES=	textproc sysutils
    REVISION=	2
    
    HOMEPAGE=	https://github.com/idank/bashlex
    
    # GPLv3+
    PERMIT_PACKAGE=	Yes
    
    MODPY_PI=	Yes
    MODPY_PYBUILD=	setuptools
    
    MODULES=	lang/python
    
    .include <bsd.port.mk>