mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
24 lines
383 B
Makefile
24 lines
383 B
Makefile
COMMENT = Python client interface for MPD
|
|
|
|
MODPY_DISTV = 3.1.1
|
|
DISTNAME = python-mpd2-${MODPY_DISTV}
|
|
PKGNAME = py-mpd2-${MODPY_DISTV}
|
|
REVISION = 1
|
|
|
|
CATEGORIES = audio
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODPY_PI = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PYBUILD = setuptools
|
|
MODPY_PYTEST_ARGS = mpd/tests.py
|
|
|
|
TEST_DEPENDS = devel/py-mock \
|
|
devel/py-twisted
|
|
|
|
.include <bsd.port.mk>
|