diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-02-28 19:23:05 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-02-28 19:23:05 +0000 |
commit | 0cbe89193a453a1a03b421fcc98b3c83c348e7d9 (patch) | |
tree | 12a473009a4f04c9b99709de66eef617ba09d893 /audio/py-pymad | |
parent | Remove PyPI link from WWW (diff) |
Update WWW
Notes
Notes:
svn path=/head/; revision=527360
Diffstat (limited to 'audio/py-pymad')
-rw-r--r-- | audio/py-pymad/Makefile | 2 | ||||
-rw-r--r-- | audio/py-pymad/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/py-pymad/Makefile b/audio/py-pymad/Makefile index 0f2a15f7a63c..60d5e3ec9e75 100644 --- a/audio/py-pymad/Makefile +++ b/audio/py-pymad/Makefile @@ -15,8 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libmad.so:audio/libmad -USE_PYTHON= autoplist concurrent distutils USES= python +USE_PYTHON= autoplist concurrent distutils do-configure: @cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} config_unix.py --prefix ${LOCALBASE} diff --git a/audio/py-pymad/pkg-descr b/audio/py-pymad/pkg-descr index cda8a80bac56..7ff09534c5ee 100644 --- a/audio/py-pymad/pkg-descr +++ b/audio/py-pymad/pkg-descr @@ -2,4 +2,4 @@ pymad is a Python module that allows Python programs to use the MPEG Audio Decoder library. pymad provides a high-level API, similar to the pyogg module, which makes reading PCM data from MPEG audio streams a piece of cake. -WWW: https://pypi.org/project/pymad/ +WWW: https://github.com/jaqx0r/pymad |