24 lines
391 B
Makefile
24 lines
391 B
Makefile
|
|
COMMENT = command line tool for streaming to airplay-devices
|
|
|
|
DISTNAME = airstream-0.4.10
|
|
|
|
CATEGORIES = ruby
|
|
|
|
HOMEPAGE = https://github.com/unused/airstream
|
|
|
|
# Unknown
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MASTER_SITES = https://codevoid.de/9/p/
|
|
DISTFILES = airstream-0.4.10.gem
|
|
|
|
MODULES = lang/ruby
|
|
|
|
BUILD_DEPENDS = www/ruby-webrick,${MODRUBY_FLAVOR}
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
|
|
.include <bsd.port.mk>
|