opnsense-ports/audio/py-discid/Makefile
Franco Fichtner 8c34d21606 */*: bring in previously unknown upstream stuff
Taken from: FreeBSD
2015-04-22 06:26:02 +02:00

20 lines
385 B
Makefile

# $FreeBSD$
PORTNAME= discid
PORTVERSION= 1.1.0
CATEGORIES= audio python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jhale@FreeBSD.org
COMMENT= Python libdiscid bindings
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
LIB_DEPENDS= libdiscid.so:${PORTSDIR}/audio/libdiscid
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>