mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 19:56:53 -04:00
PR: 192334 Submitted by: Renaud Chaput <renchap@cocoa-x.com> Approved by: swills (mentor)
19 lines
360 B
Makefile
19 lines
360 B
Makefile
# Created by: renchap@cocoa-x.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wmi-lite
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= renchap@cocoa-x.com
|
|
COMMENT= Lightweight utility over win32ole for accessing basic WMI
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|