freebsd-ports/multimedia/rubygem-streamio-ffmpeg/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
414 B
Makefile

PORTNAME= streamio-ffmpeg
PORTVERSION= 3.0.2
PORTREVISION= 3
CATEGORIES= multimedia rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Wraps ffmpeg to read metadata and transcodes videos
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-multi_json>=1.8<2:devel/rubygem-multi_json \
ffmpeg>=3.4.2,1:multimedia/ffmpeg
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>