diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-02-12 07:18:20 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-02-12 07:18:20 +0000 |
commit | 035e2f55a04999dfeaa72fffe5e14130117457ab (patch) | |
tree | 2ccf488b199570c0d22de121233f55e8b4eda672 /audio/Makefile | |
parent | Now pkg-plist for ${PREFIX}/share/mpqc part is generated (diff) |
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 |