mystuff/ruby/ruby-airstream/Makefile

24 lines
391 B
Makefile
Raw Normal View History

2023-01-10 11:45:28 +01:00
COMMENT = command line tool for streaming to airplay-devices
DISTNAME = airstream-0.4.10
CATEGORIES = ruby
HOMEPAGE = https://github.com/unused/airstream
2023-08-26 20:59:45 +02:00
# Unknown
PERMIT_PACKAGE = Yes
MASTER_SITES = https://codevoid.de/9/p/
DISTFILES = airstream-0.4.10.gem
2023-01-10 11:45:28 +01:00
MODULES = lang/ruby
BUILD_DEPENDS = www/ruby-webrick,${MODRUBY_FLAVOR}
CONFIGURE_STYLE = ruby gem
2023-08-26 20:59:45 +02:00
2023-01-10 11:45:28 +01:00
.include <bsd.port.mk>