freebsd-ports/audio/rubygem-ruby-shout/Makefile

22 lines
406 B
Makefile
Raw Normal View History

2013-06-04 17:11:34 +02:00
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= ruby-shout
2013-06-04 17:11:34 +02:00
PORTVERSION= 2.2.1
PORTREVISION= 1
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>