mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
16 lines
286 B
Makefile
16 lines
286 B
Makefile
PORTNAME= ruby-libvirt
|
|
PORTVERSION= 0.8.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= novel@FreeBSD.org
|
|
COMMENT= Ruby bindings for libvirt
|
|
WWW= https://libvirt.org/ruby/
|
|
|
|
LICENSE= LGPL21
|
|
|
|
LIB_DEPENDS= libvirt.so:devel/libvirt
|
|
|
|
USES= gem pkgconfig
|
|
|
|
.include <bsd.port.mk>
|