Joseph Mingrone 15a0ee75ee Add new Ruby Gem dependency ports for upcoming Mastodon v2.3.1
multimedia/rubygem-streamio-ffmpeg
WWW: http://github.com/streamio/streamio-ffmpeg

security/rubygem-devise_pam_authenticatable2
WWW: http://github.com/devkral/devise_pam_authenticatable2

security/rubygem-omniauth-cas
WWW: https://github.com/dlindahl/omniauth-cas

security/rubygem-rpam2
WWW: http://github.com/devkral/rpam2
2018-03-13 00:57:09 +00:00

23 lines
410 B
Makefile

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