mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
19 lines
361 B
Makefile
19 lines
361 B
Makefile
# Created by: Mark Felder <feld@feld.me>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pyechonest
|
|
PORTVERSION= 7.1.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
MAINTAINER= feld@feld.me
|
|
COMMENT= Python interface to The Echo Nest APIs
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
|
|
.include <bsd.port.mk>
|