freebsd-ports/audio/py3-pylast/Makefile

21 lines
395 B
Makefile
Raw Normal View History

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