freebsd-ports/multimedia/py-mido/Makefile
Yuri Victorovich ff25e7794c New port: multimedia/py-mido: MIDI Objects for Python
PR:		220750
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D12995
2017-11-11 08:15:42 +00:00

19 lines
345 B
Makefile

# $FreeBSD$
PORTNAME= mido
DISTVERSION= 1.2.8
CATEGORIES= multimedia python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= MIDI Objects for Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>