blob: e6442969172e68a7bb2421694278f4d5fe25c9aa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= shout
PORTVERSION= 2.2.1
PORTREVISION= 1
CATEGORIES= audio rubygems
MASTER_SITES= RG
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby binding to the libshout library
LIB_DEPENDS= libshout.so:${PORTSDIR}/audio/libshout
USE_RUBY= yes
USE_RUBYGEMS= yes
GEM_NAME= ${DISTNAME}
RUBYGEM_AUTOPLIST= yes
CONFIGURE_ARGS= --with-opt-include="${LOCALBASE}/include"
.include <bsd.port.pre.mk>
.if ${RUBY_VER} >= 2.2
BROKEN= Does not build
.endif
.include <bsd.port.post.mk>
|