bd02e49f3a
Update ruby-wmi-lite to 1.0.5. 1.0.5 (2019-12-30) * Migrate testing to Buildkite #11 (tas50) * Add necessary dev deps to the Gemfile + Chefstyle autocorrect #12 (tas50) * Substitute require for require_relative #10 (tas50) 1.0.2 (2019-01-16) * Unpin bundler dev dep #9 (tas50) 1.0.1 (2018-12-04) * Wire up expeditor #7 (tas50) * Slim the files we ship in the gem #8 (tas50)
12 lines
344 B
Makefile
12 lines
344 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/03/08 15:39:43 taca Exp $
|
|
|
|
DISTNAME= wmi-lite-1.0.5
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/opscode/wmi-lite/
|
|
COMMENT= Lightweight, low-dependency wrapper for basic WMI functionality
|
|
LICENSE= apache-2.0
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|