freebsd-ports/audio/py-pylast/Makefile
Marcus von Appen 62bd59b807 - Convert to USES=python
- Use USE_PYTHON=autoplist to remove deprecated INSTALLS_EGGINFO entry

Approved by:	portmgr (implicit)
With hat:	python@
2014-09-26 13:53:37 +00:00

20 lines
389 B
Makefile

# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
PORTNAME= pylast
PORTVERSION= 0.5.11
PORTREVISION= 1
CATEGORIES= audio python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= feld@FreeBSD.org
COMMENT= Python interface to Last.fm
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>