ports/devel/py-pyechonest/Makefile
Steve Wills 75de6d41c0 - Update to 7.1.1
PR:		ports/178085
Submitted by:	Mark Felder <feld@feld.me> (maintainer)
2013-04-24 14:21:12 +00:00

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>