freebsd-ports/audio/py-musicbrainz2/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

25 lines
681 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:audio/libdiscid
USES= python:2
USE_PYTHON= autoplist distutils
PYDISTUTILS_PKGNAME= python-musicbrainz2
.include <bsd.port.mk>