mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
df76b65979
Adding this because it is a dependency of multimedia/rubygem-paperclip-av-transcoder, which in turn is a dependency of the upcoming www/mastodon port. WWW: https://github.com/ruby-av/av Approved by: swills (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D10347
22 lines
350 B
Makefile
22 lines
350 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= av
|
|
PORTVERSION= 0.9.0
|
|
CATEGORIES= multimedia rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= jrm@FreeBSD.org
|
|
COMMENT= Programmable Ruby interface for FFMPEG/Libav
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-cocaine>=0.5.3:devel/rubygem-cocaine
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|