cf2e6b0d2d
PR: ports/176305 Submitted by: Mark Felder <feld@feld.me> (maintainer)
19 lines
342 B
Makefile
19 lines
342 B
Makefile
# Created by: Mark Felder <feld@feld.me>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= musicbrainzngs
|
|
PORTVERSION= 0.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio python
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
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>
|