22 lines
442 B
Makefile
22 lines
442 B
Makefile
PORTNAME= discid
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= audio python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jhale@FreeBSD.org
|
|
COMMENT= Python libdiscid bindings
|
|
WWW= https://python-discid.readthedocs.io/en/latest/
|
|
|
|
LICENSE= LGPL3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
|
|
|
|
LIB_DEPENDS= libdiscid.so:audio/libdiscid
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils unittest
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|