Add python3 version of audio/py-mutagen package
This commit is contained in:
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
|
@ -639,6 +639,7 @@
|
|||
SUBDIR += py-tagpy
|
||||
SUBDIR += py-vorbis
|
||||
SUBDIR += py-xmms2
|
||||
SUBDIR += py3-mutagen
|
||||
SUBDIR += py3-pylast
|
||||
SUBDIR += pytone
|
||||
SUBDIR += qjackctl
|
||||
|
|
7
audio/py3-mutagen/Makefile
Normal file
7
audio/py3-mutagen/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../py-mutagen
|
||||
|
||||
USES= python:3.3+
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in a new issue