27 lines
461 B
Makefile
27 lines
461 B
Makefile
|
COMMENT = Python FFmpeg progress wrapper
|
||
|
|
||
|
MODPY_EGG_VERSION = 0.7.8
|
||
|
|
||
|
DISTNAME = ffmpeg-progress-yield-${MODPY_EGG_VERSION}
|
||
|
PKGNAME = py-${DISTNAME}
|
||
|
|
||
|
CATEGORIES = multimedia
|
||
|
|
||
|
HOMEPAGE = https://github.com/slhck/ffmpeg-progress-yield
|
||
|
|
||
|
# MIT
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
RUN_DEPENDS = graphics/ffmpeg
|
||
|
|
||
|
MODULES = lang/python
|
||
|
|
||
|
MODPY_PI = Yes
|
||
|
MODPY_PYBUILD = setuptools
|
||
|
MODPY_PYTEST_ARGS = test/test.py
|
||
|
|
||
|
FLAVORS = python3
|
||
|
FLAVOR = python3
|
||
|
|
||
|
.include <bsd.port.mk>
|