mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
aaf3970fbf
- Use autoplist - Update LICENSE
26 lines
698 B
Makefile
26 lines
698 B
Makefile
# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= musicbrainz2
|
|
PORTVERSION= 0.7.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio python
|
|
MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/python-musicbrainz2/ \
|
|
http://ftp.osuosl.org/pub/musicbrainz/python-musicbrainz2/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= python-musicbrainz2-${DISTVERSION}
|
|
|
|
MAINTAINER= jhale@FreeBSD.org
|
|
COMMENT= Next Generation Python bindings for MusicBrainz
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.txt
|
|
|
|
LIB_DEPENDS= libdiscid.so:${PORTSDIR}/audio/libdiscid
|
|
|
|
USES= python:2
|
|
PYTHON_FEATURES= autoplist distutils
|
|
PYDISTUTILS_PKGNAME= python-musicbrainz2
|
|
|
|
.include <bsd.port.mk>
|