diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-02-25 06:25:35 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-02-25 06:25:35 +0000 |
commit | fbc660cb2c24a55e37464725f9ac601142494606 (patch) | |
tree | 36d707e1a5b549fb117fe7cf51b8a59b13955b07 /audio/py-id3 | |
parent | 5ef7f5c2944056edc4a39408a66ccfbb3b966fa4 (diff) | |
download | ports-fbc660cb2c24a55e37464725f9ac601142494606.tar.gz ports-fbc660cb2c24a55e37464725f9ac601142494606.zip |
Notes
Diffstat (limited to 'audio/py-id3')
-rw-r--r-- | audio/py-id3/Makefile | 1 | ||||
-rw-r--r-- | audio/py-id3/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/audio/py-id3/Makefile b/audio/py-id3/Makefile index 54f501a0608a..8178d76285e1 100644 --- a/audio/py-id3/Makefile +++ b/audio/py-id3/Makefile @@ -13,6 +13,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= id3-py_${PORTVERSION} MAINTAINER= perky@FreeBSD.org +COMMENT= Python module for retrieving and setting ID3 tags on MP3 files WRKSRC= ${WRKDIR}/id3-py-${PORTVERSION} USE_PYTHON= yes diff --git a/audio/py-id3/pkg-comment b/audio/py-id3/pkg-comment deleted file mode 100644 index 84d6d1f32472..000000000000 --- a/audio/py-id3/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Python module for retrieving and setting ID3 tags on MP3 files |