18 lines
220 B
Makefile
18 lines
220 B
Makefile
|
|
||
|
COMMENT = Airplay client
|
||
|
|
||
|
DISTNAME = airplay-1.0.5
|
||
|
|
||
|
CATEGORIES = ruby
|
||
|
|
||
|
HOMEPAGE = http://github.com/elcuervo/airplay
|
||
|
|
||
|
# MIT
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = lang/ruby
|
||
|
|
||
|
CONFIGURE_STYLE = ruby gem
|
||
|
|
||
|
.include <bsd.port.mk>
|