2013-07-29 17:03:58 +02:00
|
|
|
# Created by: Mark Felder <feld@FreeBSD.org>
|
2013-03-24 21:09:00 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pylast
|
2015-06-16 14:50:21 +02:00
|
|
|
PORTVERSION= 1.2.1
|
2013-03-24 21:09:00 +01:00
|
|
|
CATEGORIES= audio python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
2014-06-08 21:51:27 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2013-03-24 21:09:00 +01:00
|
|
|
|
2013-07-29 17:03:58 +02:00
|
|
|
MAINTAINER= feld@FreeBSD.org
|
2015-06-16 14:50:21 +02:00
|
|
|
COMMENT= Python interface to Last.fm and Libre.fm
|
2013-03-24 21:09:00 +01:00
|
|
|
|
2013-12-30 21:55:18 +01:00
|
|
|
LICENSE= APACHE20
|
2013-03-24 21:09:00 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2015-06-16 14:50:21 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six
|
|
|
|
|
2014-09-26 15:53:37 +02:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
2013-03-24 21:09:00 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|