aboutsummaryrefslogtreecommitdiff
path: root/audio/py3-pylast/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/py3-pylast/Makefile')
-rw-r--r--audio/py3-pylast/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/audio/py3-pylast/Makefile b/audio/py3-pylast/Makefile
deleted file mode 100644
index 0210b6f2cac2..000000000000
--- a/audio/py3-pylast/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Created by: Kris Moore <kmoore@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= pylast
-PORTVERSION= 0.5.11
-PORTREVISION= 1
-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>