diff options
author | miwi <miwi@FreeBSD.org> | 2007-02-12 15:18:20 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-02-12 15:18:20 +0800 |
commit | 863fade4793740aef171abda2e6ca605cd96f9d1 (patch) | |
tree | c056f06d8a2fca286dce538d154fa856d168b675 /audio/Makefile | |
parent | c9eb7b0f040b87a1f0e91294c754aa9f3e6bd94e (diff) | |
download | freebsd-ports-gnome-863fade4793740aef171abda2e6ca605cd96f9d1.tar.gz freebsd-ports-gnome-863fade4793740aef171abda2e6ca605cd96f9d1.tar.zst freebsd-ports-gnome-863fade4793740aef171abda2e6ca605cd96f9d1.zip |
A pure Python library for manipulating APEv2 and ID3v1 tags.
WWW: http://sourceforge.net/projects/pylibape/
PR: ports/109052
Submitted by: Chao Shin <quakelee at cn.freebsd.org>
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 4168376868bd..35fd2e059699 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -486,6 +486,7 @@ SUBDIR += prokyon3 SUBDIR += pulseaudio SUBDIR += py-ao + SUBDIR += py-apetag SUBDIR += py-cddb SUBDIR += py-eyed3 SUBDIR += py-flac |