mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
19 lines
345 B
Makefile
19 lines
345 B
Makefile
# Created by: Mark Felder <feld@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pyechonest
|
|
PORTVERSION= 9.0.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Python interface to The Echo Nest APIs
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python:2.7
|
|
USE_PYTHON= distutils
|
|
|
|
.include <bsd.port.mk>
|