Add python3 version of audio/py-mutagen package

This commit is contained in:
Ruslan Makhmatkhanov 2016-08-15 16:34:41 +00:00
parent 6a9b64a2aa
commit a1d02f556e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420251
2 changed files with 8 additions and 0 deletions

View file

@ -639,6 +639,7 @@
SUBDIR += py-tagpy
SUBDIR += py-vorbis
SUBDIR += py-xmms2
SUBDIR += py3-mutagen
SUBDIR += py3-pylast
SUBDIR += pytone
SUBDIR += qjackctl

View file

@ -0,0 +1,7 @@
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../py-mutagen
USES= python:3.3+
.include "${MASTERDIR}/Makefile"