aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2016-08-15 16:34:41 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2016-08-15 16:34:41 +0000
commita1d02f556efff627aee42358877a823dad5ca772 (patch)
tree2b87f2c9e8123404ceb526c9acc5886940b13c6a /audio
parent6a9b64a2aa1794d7dbbd1f7b11e21e8c3a6c3264 (diff)
downloadports-a1d02f556efff627aee42358877a823dad5ca772.tar.gz
ports-a1d02f556efff627aee42358877a823dad5ca772.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/py3-mutagen/Makefile7
2 files changed, 8 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 0e345e81da33..4dd555768aaf 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -639,6 +639,7 @@
SUBDIR += py-tagpy
SUBDIR += py-vorbis
SUBDIR += py-xmms2
+ SUBDIR += py3-mutagen
SUBDIR += py3-pylast
SUBDIR += pytone
SUBDIR += qjackctl
diff --git a/audio/py3-mutagen/Makefile b/audio/py3-mutagen/Makefile
new file mode 100644
index 000000000000..d9c3f5ee636a
--- /dev/null
+++ b/audio/py3-mutagen/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../py-mutagen
+
+USES= python:3.3+
+
+.include "${MASTERDIR}/Makefile"