freebsd-ports/graphics/py-imageio-ffmpeg/Makefile
2020-02-25 20:53:43 +00:00

23 lines
450 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= imageio-ffmpeg
PORTVERSION= 0.4.1
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= FFMPEG wrapper for Python
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ffmpeg:multimedia/ffmpeg
USES= python:3.4+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>