43d75c379b
PR: ports/179368 Submitted by: Mark Felder <feld@feld.me> (maintainer)
19 lines
365 B
Makefile
19 lines
365 B
Makefile
# Created by: Mark Felder <feld@feld.me>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= musicbrainzngs
|
|
PORTVERSION= 0.4
|
|
CATEGORIES= audio python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= feld@feld.me
|
|
COMMENT= Python Musicbrainz NGS site bindings
|
|
|
|
LICENSE= BSD
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|