77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
20 lines
442 B
Makefile
20 lines
442 B
Makefile
PORTNAME= av
|
|
PORTVERSION= 9.0.1
|
|
CATEGORIES= multimedia python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= Pythonic binding for FFmpeg
|
|
WWW= https://docs.mikeboers.com/pyav/develop/
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
LIB_DEPENDS= libavutil.so:multimedia/ffmpeg
|
|
|
|
USES= python:3.5+ pkgconfig
|
|
USE_PYTHON= autoplist concurrent cython distutils
|
|
|
|
.include <bsd.port.mk>
|