ff25e7794c
PR: 220750 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12995
19 lines
345 B
Makefile
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>
|