aboutsummaryrefslogtreecommitdiff
path: root/audio/rubygem-ruby-shout/Makefile
blob: 2f37b140092eb50970047326b6b9f8b825eeea3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Steve Wills <swills@FreeBSD.org>

PORTNAME=	ruby-shout
PORTVERSION=	2.2.2
CATEGORIES=	audio rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Ruby binding to the libshout library

LICENSE=	BSD3CLAUSE

LIB_DEPENDS=	libshout.so:audio/libshout

CONFIGURE_ARGS=	--with-opt-include="${LOCALBASE}/include"
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>