Edit

IABSD.fr/ports/sysutils/py-command_runner/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2026-09-11 08:40:20
    Hash : bc3144e9
    Message : update to py3-command_runner-1.7.6

  • sysutils/py-command_runner/Makefile
  • COMMENT=	platform agnostic command and shell execution tool
    
    MODPY_DISTV=	1.7.6
    DISTNAME=	command_runner-${MODPY_DISTV}
    PKGNAME=	py-${DISTNAME}
    
    CATEGORIES=	sysutils
    
    HOMEPAGE=	https://github.com/netinvent/command_runner
    
    # BSD
    PERMIT_PACKAGE=	Yes
    
    MODULES=	lang/python
    MODPY_PYBUILD=	setuptools
    MODPY_PI=	Yes
    
    .include <bsd.port.mk>