Edit

IABSD.fr/ports/audio/subsonic-cli/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2024-12-21 11:37:31
    Hash : 80f0b31e
    Message : handle py3.12 switchover in audio

  • audio/subsonic-cli/Makefile
  • COMMENT =		control subsonic api from cli
    
    MODPY_DISTV =	0.2.1
    
    DISTNAME =		subsonic-cli-${MODPY_DISTV}
    PKGNAME =		${DISTNAME}
    REVISION =		4
    
    CATEGORIES =		audio
    
    HOMEPAGE =		https://gitlab.com/nvllsvm/subsonic-cli
    
    MAINTAINER=		Stefan Hagen <sh+ports@codevoid.de>
    
    # MIT
    PERMIT_PACKAGE =	Yes
    
    MODULES =		lang/python
    
    MODPY_PI =		Yes
    MODPY_PYBUILD =		setuptools
    
    .include <bsd.port.mk>