blob: 45bbcbb3b66a38a03c4834461613ffd22bc2233c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
PORTNAME= pyechonest
PORTVERSION= 9.0.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= feld@FreeBSD.org
COMMENT= Python interface to The Echo Nest APIs
LICENSE= MIT
USES= python:2.7
USE_PYTHON= distutils
.include <bsd.port.mk>
|