mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
21 lines
329 B
Makefile
21 lines
329 B
Makefile
COMMENT= Python binding of libdiscid
|
|
|
|
MODPY_DISTV= 1.4.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>
|