20 lines
351 B
Makefile
20 lines
351 B
Makefile
COMMENT = cli for Google Chromecast, Home devices and Cast Groups
|
|
|
|
V = 0.2.12
|
|
MODGO_MODNAME = github.com/vishen/go-chromecast
|
|
MODGO_VERSION = v${V}
|
|
|
|
DISTNAME = go-chromecast-${MODGO_VERSION}
|
|
PKGNAME = go-chromecast-${V}
|
|
|
|
CATEGORIES = net
|
|
|
|
# Apache License 2.0
|
|
PERMIT_PACKAGE = yes
|
|
|
|
MODULES = lang/go
|
|
|
|
.include "modules.inc"
|
|
|
|
.include <bsd.port.mk>
|