1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/audio/py-musicbrainz2/Makefile
Jason E. Hale aaf3970fbf - USE_PYTHON -> USES=python
- Use autoplist
- Update LICENSE
2014-08-16 16:13:22 +00:00

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>