mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
24 lines
385 B
Makefile
24 lines
385 B
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>
|