1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/audio/py-music21/Makefile

24 lines
490 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= music21
DISTVERSION= 5.5.0
PORTREVISION= 2
CATEGORIES= audio python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Toolkit for computer-aided musical analysis
LICENSE= BSD3CLAUSE GPLv3
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR}
USES= python:3.5+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>