b1ecad53b0
Bump PORTREVISION on consumers. Sponsored by: Serenity Cybersecurity, LLC PR: 262713
22 lines
468 B
Makefile
22 lines
468 B
Makefile
PORTNAME= pulsectl
|
|
DISTVERSION= 23.5.2
|
|
PORTREVISION= 1
|
|
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>
|