mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Any missed ports, feel free to bump. Any ports that need setuptools at runtime can have the devel/py-setuptools manually added back to RUN_DEPENDS, but understand that this practice is deprecated; see CHANGES for details.
26 lines
499 B
Makefile
26 lines
499 B
Makefile
PORTNAME= pyjacklib
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.1.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= audio
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Python bindings for the Jack library
|
|
WWW= https://github.com/jackaudio/pyjacklib
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.md
|
|
|
|
LIB_DEPENDS= libjack.so:audio/jack
|
|
|
|
USES= localbase python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jackaudio
|
|
GH_PROJECT= pyjacklib
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|