1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/audio/py-pylast/Makefile
Mark Felder 421ae9c614 Support STAGE
Fix missing PYTHON_PKGNAMEPREFIX

Approved by:	swills (mentor, implicit)
2014-01-27 18:31:42 +00:00

24 lines
487 B
Makefile

# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
PORTNAME= pylast
PORTVERSION= 0.5.11
CATEGORIES= audio python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= feld@FreeBSD.org
COMMENT= A Python interface to Last.fm
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/pylast.py \
%%PYTHON_SITELIBDIR%%/pylast.pyc \
%%PYTHON_SITELIBDIR%%/pylast.pyo
.include <bsd.port.mk>