29 lines
547 B
Makefile

# $OpenBSD: Makefile,v 1.3 2015/09/29 10:51:14 sthen Exp $
COMMENT = python bindings for Chromaprint and the Acoustid API
MODPY_EGG_VERSION = 1.1.0
DISTNAME = pyacoustid-${MODPY_EGG_VERSION}
PKGNAME = py-acoustid-${MODPY_EGG_VERSION}
REVISION = 0
CATEGORIES = audio
HOMEPAGE = https://github.com/sampsyo/pyacoustid/
# MIT
PERMIT_PACKAGE_CDROM = Yes
MODPY_PI = Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
RUN_DEPENDS = audio/chromaprint>=1.1 \
www/py-requests
pre-configure:
${SUBST_CMD} ${WRKSRC}/setup.py
.include <bsd.port.mk>