diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-05-06 05:19:49 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-05-06 05:19:49 +0000 |
| commit | 33a14f6a087d62b9a5ad8503a5eee2367c0da417 (patch) | |
| tree | bb6c0aa060b3c278a48b13df79781dcec5e94d2b /multimedia/py-ffmpeg-python/Makefile | |
| parent | f5f8fd4b07c810d665e78c93238e5b3f6fd542c8 (diff) | |
Notes
Diffstat (limited to 'multimedia/py-ffmpeg-python/Makefile')
| -rw-r--r-- | multimedia/py-ffmpeg-python/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/multimedia/py-ffmpeg-python/Makefile b/multimedia/py-ffmpeg-python/Makefile new file mode 100644 index 000000000000..d8174c87fe0a --- /dev/null +++ b/multimedia/py-ffmpeg-python/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= ffmpeg-python +DISTVERSION= 0.1.17 +CATEGORIES= multimedia python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Python bindings for FFmpeg - with complex filtering support + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \ + ffmpeg:multimedia/ffmpeg + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include <bsd.port.mk> |
