mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 03:16:44 -04:00
21 lines
453 B
Makefile
21 lines
453 B
Makefile
PORTNAME= pulsectl
|
|
DISTVERSION= 24.12.0
|
|
CATEGORIES= audio python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= tagattie@FreeBSD.org
|
|
COMMENT= Python high-level interface and ctypes-based bindings for PulseAudio
|
|
WWW= https://pypi.python.org/pypi/pulsectl
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libpulse.so:audio/pulseaudio
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|