21 lines
411 B
Makefile
21 lines
411 B
Makefile
|
|
||
|
COMMENT = command line tool for streaming to airplay-devices
|
||
|
|
||
|
DISTNAME = airstream-0.4.10
|
||
|
|
||
|
CATEGORIES = ruby
|
||
|
|
||
|
HOMEPAGE = https://github.com/unused/airstream
|
||
|
|
||
|
# license field not set, consider bugging module's author
|
||
|
PERMIT_PACKAGE = unknown license
|
||
|
PERMIT_DISTFILES = unknown license
|
||
|
|
||
|
MODULES = lang/ruby
|
||
|
|
||
|
BUILD_DEPENDS = www/ruby-webrick,${MODRUBY_FLAVOR}
|
||
|
|
||
|
CONFIGURE_STYLE = ruby gem
|
||
|
|
||
|
.include <bsd.port.mk>
|