2014-07-25 02:44:01 +02:00
|
|
|
# Created by: Kris Moore <kmoore@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pylast
|
|
|
|
PORTVERSION= 0.5.11
|
2015-01-11 00:15:27 +01:00
|
|
|
PORTREVISION= 1
|
2014-07-25 02:44:01 +02:00
|
|
|
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
|
|
|
|
|
2014-09-28 19:25:12 +02:00
|
|
|
USES= python:3
|
|
|
|
USE_PYTHON= distutils autoplist
|
2014-07-25 02:44:01 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|