aa1c8ac90c
- Remove deprecated INSTALLS_EGGINFO - Unbreak plist for Python versions that are not version 3.3 Approved by: portmgr (implicit)
19 lines
379 B
Makefile
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>
|