freebsd-ports/audio/py3-pylast/Makefile
Marcus von Appen aa1c8ac90c - Convert to USES=python
- Remove deprecated INSTALLS_EGGINFO
- Unbreak plist for Python versions that are not version 3.3

Approved by:	portmgr (implicit)
2014-09-28 17:25:12 +00:00

19 lines
379 B
Makefile

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