Update databases/mariadb105-server to version 10.5.17
[dports.git] / graphics / py-imageio-ffmpeg / Makefile
1 PORTNAME=       imageio-ffmpeg
2 PORTVERSION=    0.4.7
3 CATEGORIES=     graphics python
4 MASTER_SITES=   CHEESESHOP
5 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
6
7 MAINTAINER=     sunpoet@FreeBSD.org
8 COMMENT=        FFMPEG wrapper for Python
9 WWW=            https://github.com/imageio/imageio-ffmpeg
10
11 LICENSE=        BSD2CLAUSE
12 LICENSE_FILE=   ${WRKSRC}/LICENSE
13
14 RUN_DEPENDS=    ffmpeg:multimedia/ffmpeg
15
16 USES=           python:3.5+
17 USE_PYTHON=     autoplist concurrent distutils
18
19 NO_ARCH=        yes
20
21 .include <bsd.port.mk>