2013-06-04 17:11:34 +02:00
|
|
|
# Created by: Steve Wills <swills@FreeBSD.org>
|
2011-07-10 02:47:09 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2015-05-27 18:22:17 +02:00
|
|
|
PORTNAME= ruby-shout
|
2013-06-04 17:11:34 +02:00
|
|
|
PORTVERSION= 2.2.1
|
2014-05-05 16:51:06 +02:00
|
|
|
PORTREVISION= 1
|
2011-07-10 02:47:09 +02:00
|
|
|
CATEGORIES= audio rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2014-06-09 13:21:52 +02:00
|
|
|
COMMENT= Ruby binding to the libshout library
|
2011-07-10 02:47:09 +02:00
|
|
|
|
2015-05-27 18:22:17 +02:00
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
LIB_DEPENDS= libshout.so:audio/libshout
|
2011-07-10 02:47:09 +02:00
|
|
|
|
2015-05-27 18:22:17 +02:00
|
|
|
CONFIGURE_ARGS= --with-opt-include="${LOCALBASE}/include"
|
2011-07-10 02:47:09 +02:00
|
|
|
USE_RUBY= yes
|
2016-04-27 23:57:31 +02:00
|
|
|
USES= gem
|
2015-04-05 05:33:39 +02:00
|
|
|
|
2015-05-27 18:22:17 +02:00
|
|
|
.include <bsd.port.mk>
|