Edit

IABSD.fr/ports/audio/py-discid/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2025-11-24 09:00:51
    Hash : 2459ab2d
    Message : update to py3-discid-1.3.0

  • audio/py-discid/Makefile
  • COMMENT=	Python binding of libdiscid
    
    MODPY_DISTV=	1.3.0
    DISTNAME=	discid-${MODPY_DISTV}
    PKGNAME=	py-${DISTNAME}
    
    CATEGORIES=	audio
    
    HOMEPAGE=	https://python-discid.readthedocs.org/
    
    # LGPLv3+
    PERMIT_PACKAGE=	Yes
    
    MODULES=	lang/python
    MODPY_PYBUILD=	setuptools
    MODPY_PI=	Yes
    
    RUN_DEPENDS=	audio/libdiscid
    
    .include <bsd.port.mk>