blob: d720f04a8767ef64b9cf40a874251d002f362411 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= ruby-shout
PORTVERSION= 2.2.2
CATEGORIES= audio rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby binding to the libshout library
WWW= https://github.com/niko/ruby-shout
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libshout.so:audio/libshout
CONFIGURE_ARGS= --with-cflags="-Wno-error=int-conversion" \
--with-opt-include="${LOCALBASE}/include"
USES= gem
.include <bsd.port.mk>
|